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