Class CallbackRegistry.NotifierCallback<C,​T,​A>

  • Type Parameters:
    C - The callback type.
    T - The notification sender type. Typically this is the containing class.
    A - An opaque argument to pass to the notifier
    Enclosing class:
    CallbackRegistry<C,​T,​A>

    public abstract static class CallbackRegistry.NotifierCallback<C,​T,​A>
    extends java.lang.Object
    Class used to notify events from CallbackRegistry.