Drag[en]gine Script Module DragonScript
1.3
|
Default implementation of event listener. More...
Public Member Functions | |
DefaultListener | new () |
Create default listener. More... | |
void | onEvent (Object source, Object data) |
Event fired. More... | |
Default implementation of event listener.
DefaultListener Dragengine.Utils.GlobalEvents.DefaultListener.new | ( | ) |
Create default listener.
void Dragengine.Utils.GlobalEvents.DefaultListener.onEvent | ( | Object | source, |
Object | data | ||
) |
Event fired.
source | The source object sending the event. Can be null if there is no reasonable source object. |
data | Data send with the event. Can be null if the event requires no additional parameters. |
Implements Dragengine.Utils.GlobalEvents.Listener.