public final class RegistrationEvent extends Event<ListenerStore,Listener>
Listener
to/from a ListenerStore.| Constructor and Description |
|---|
RegistrationEvent(ListenerStore source,
Class<? extends Listener> cls)
Creates a new RegistrationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Listener> |
getEventClass()
Gets the class for which the Listener has been added or removed.
|
getListenerClass, getListenerStore, getProperties, getSource, getValue, getValueAs, isHandled, isPrevented, setHandled, setListenerStore, setPrevented, setValue, stopNotifyingpublic RegistrationEvent(ListenerStore source, Class<? extends Listener> cls)
source - The ListenerStore for which a Listener as added or removed.cls - The class for which the Listener was added ore removed.Copyright © 2014–2015. All rights reserved.