- All Implemented Interfaces:
- Event
public class ModuleEvent
extends BaseEvent
ModuleEvent is a simple data class used to pass information from a module to registered event-listeners when a module event occurs.
The ModuleEvent class also defines constants representing the available module events.
To register for a module event, use the Module class's addEventListener() method.