public abstract class DeepaMehtaEvent extends Object
| Constructor and Description |
|---|
DeepaMehtaEvent(Class listenerInterface) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispatch(EventListener listener,
Object... params)
Delivers this event to the given listener.
|
static DeepaMehtaEvent |
getEvent(Class listenerInterface)
Returns the event that corresponds to the given listener interface.
|
Class |
getListenerInterface()
Returns the corresponding listener interface for this event.
|
public DeepaMehtaEvent(Class listenerInterface)
public abstract void dispatch(EventListener listener, Object... params)
public Class getListenerInterface()
public static DeepaMehtaEvent getEvent(Class listenerInterface)
Copyright © 2018. All rights reserved.