Drag[en]gine Script Module DragonScript  1.3
Dragengine.Utils.GlobalEvents.Listener Interface Reference

Event listener. More...

Inheritance diagram for Dragengine.Utils.GlobalEvents.Listener:
Dragengine.Utils.GlobalEvents.BlockListener Dragengine.Utils.GlobalEvents.DefaultListener

Public Member Functions

void onEvent (Object source, Object data)
 Event fired. More...
 

Detailed Description

Event listener.

Member Function Documentation

◆ onEvent()

void Dragengine.Utils.GlobalEvents.Listener.onEvent ( Object  source,
Object  data 
)

Event fired.

Parameters
sourceThe source object sending the event. Can be null if there is no reasonable source object.
dataData send with the event. Can be null if the event requires no additional parameters.

Implemented in Dragengine.Utils.GlobalEvents.DefaultListener.


The documentation for this interface was generated from the following file: