Package com.chillycheesy.modulo.event
Class OnStartEvent
java.lang.Object
com.chillycheesy.modulo.events.Event
com.chillycheesy.modulo.event.ModuleStatusEvent
com.chillycheesy.modulo.event.OnStartEvent
- All Implemented Interfaces:
Cancelable
Event emits when a module is starting.
- See Also:
ModuleStatusEvent
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.chillycheesy.modulo.event.ModuleStatusEvent
equals, getCancelableAction, getModule, isCanceled, setCancelableAction, setCanceled, setModule
Methods inherited from class com.chillycheesy.modulo.events.Event
getEmitter, setEmitter
-
Constructor Details
-
OnStartEvent
Create Start Event.- Parameters:
module
- The module that is starting.
-