public abstract class SelfRegisteringListener extends Listener
| Constructor and Description |
|---|
SelfRegisteringListener(String className,
EventContext eventContext)
Create a listener that is registered with the ApplicationEventDispatcher.
|
changed, getClassOfEventHandled, getEventContext, setClassOfEventHandled, setEventContext, toStringpublic SelfRegisteringListener(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.
className - eventContext -