Uses of Class
com.github.tadukoo.util.event.Event
Package
Description
Contains classes to be used for custom Events in Java.
-
Uses of Event in com.github.tadukoo.util.event
Modifier and TypeClassDescriptionclass
EventHandler<EventType extends Event,
Listener extends EventListener<EventType>> An abstract class to handle the creation ofEvents
and send them out to the variousEventListeners
to handle them appropriately.interface
EventListener<EventType extends Event>
A generic interface for listening for anEvent
to be handled.