Package com.chillycheesy.modulo.event
Class InfoLogEvent
java.lang.Object
com.chillycheesy.modulo.events.Event
com.chillycheesy.modulo.event.LogEvent
com.chillycheesy.modulo.event.InfoLogEvent
- All Implemented Interfaces:
Cancelable
Event emitted when a info log is emit by the
Logger
.- See Also:
LogEvent
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.chillycheesy.modulo.event.LogEvent
equals, getCancelableAction, getMessage, isCanceled, setCancelableAction, setCanceled, setMessage
Methods inherited from class com.chillycheesy.modulo.events.Event
getEmitter, setEmitter
-
Constructor Details
-
InfoLogEvent
Create a new Info log Event.- Parameters:
message
- The info message.
-