Package ghidra.framework.plugintool.util
Class AutoServiceListener.ReceiverProfile<R>
java.lang.Object
ghidra.framework.plugintool.util.AutoServiceListener.ReceiverProfile<R>
- Enclosing class:
AutoServiceListener<R>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<Class<?>, Set<AutoServiceListener.ServiceSetter<R, ?>>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyCurrentServices(PluginTool tool, R receiver) <S> voidserviceAdded(Class<S> iface, S service, R receiver) voidserviceRemoved(Class<?> iface, R receiver)
-
Field Details
-
settersByService
-
-
Constructor Details
-
ReceiverProfile
-
-
Method Details
-
serviceAdded
-
serviceRemoved
-
notifyCurrentServices
-