Package com.chillycheesy.modulo.event
Class OnLoadEvent
java.lang.Object
com.chillycheesy.modulo.events.Event
com.chillycheesy.modulo.event.ModuleStatusEvent
com.chillycheesy.modulo.event.OnLoadEvent
- All Implemented Interfaces:
Cancelable
Event emits when a module is loading.
- 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
-
OnLoadEvent
Create a new Load Event- Parameters:
module
- the module that is changing of status
-