Package com.github.tadukoo.util.event
package com.github.tadukoo.util.event
Contains classes to be used for custom Events in Java.
-
ClassDescriptionRepresents a generic Event that has happened and may need to be handled by various
EventHandlers
.An abstract class to handle the creation ofEvents
and send them out to the variousEventListeners
to handle them appropriately.EventListener<EventType extends Event>A generic interface for listening for anEvent
to be handled.