Package com.github.tadukoo.util.event
Class Event
java.lang.Object
com.github.tadukoo.util.event.Event
Represents a generic Event that has happened and may need to be handled
by various
EventHandlers
.- Version:
- 0.1-Alpha-SNAPSHOT
- Author:
- Logan Ferree (Tadukoo)
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
The type of Event -
message
The message for the Event
-
-
Constructor Details
-
Event
Creates anEvent
for the given type with the given message.- Parameters:
type
- The type of Eventmessage
- The message for the Event
-
-
Method Details