Class AutoServiceListener.ReceiverProfile<R>

java.lang.Object
ghidra.framework.plugintool.util.AutoServiceListener.ReceiverProfile<R>
Enclosing class:
AutoServiceListener<R>

protected static class AutoServiceListener.ReceiverProfile<R> extends Object
  • Field Details

  • Constructor Details

    • ReceiverProfile

      public ReceiverProfile(Class<R> receiverCls)
  • Method Details

    • serviceAdded

      public <S> void serviceAdded(Class<S> iface, S service, R receiver)
    • serviceRemoved

      public void serviceRemoved(Class<?> iface, R receiver)
    • notifyCurrentServices

      public void notifyCurrentServices(PluginTool tool, R receiver)