Package com.chillycheesy.modulo.event
Class OnStopEvent
java.lang.Object
com.chillycheesy.modulo.events.Event
com.chillycheesy.modulo.event.ModuleStatusEvent
com.chillycheesy.modulo.event.OnStopEvent
- All Implemented Interfaces:
Cancelable
Event emits when a module is stopping.
- 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
-
OnStopEvent
Create a new Stop Module.- Parameters:
module
- the module that is stopping.
-