Uses of Class
com.github.tadukoo.util.event.Event
Packages that use Event
Package
Description
Contains classes to be used for custom Events in Java.
-
Uses of Event in com.github.tadukoo.util.event
Classes in com.github.tadukoo.util.event with type parameters of type EventModifier and TypeClassDescriptionclassEventHandler<EventType extends Event,Listener extends EventListener<EventType>> An abstract class to handle the creation ofEventsand send them out to the variousEventListenersto handle them appropriately.interfaceEventListener<EventType extends Event>A generic interface for listening for anEventto be handled.