Drag[en]gine Script Module DragonScript
1.3
|
Event listener. More...
Public Member Functions | |
void | onEvent (Object source, Object data) |
Event fired. More... | |
Event listener.
void Dragengine.Utils.GlobalEvents.Listener.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. |
Implemented in Dragengine.Utils.GlobalEvents.DefaultListener.