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 ofEventsand send them out to the variousEventListenersto handle them appropriately.EventListener<EventType extends Event>A generic interface for listening for anEventto be handled.