Class SelfRegisteringListener

  • All Implemented Interfaces:
    java.util.EventListener

    public abstract class SelfRegisteringListener
    extends Listener
    • Constructor Detail

      • SelfRegisteringListener

        public SelfRegisteringListener​(java.lang.String className,
                                       EventContext eventContext)

        Create a listener that is registered with the ApplicationEventDispatcher.

        The caller of this constructor needs to keep a strong reference (e.g., dialog or application scope variable) to keep the listener hanging around and receiving events, since the ApplicationEventDispatcher uses only a WeakReference, which may go away during garbage collection.

        Parameters:
        className -
        eventContext -