Uses of Package
com.github.tadukoo.util.event
Packages that use com.github.tadukoo.util.event
Package
Description
Contains classes to be used for custom Events in Java.
-
Classes in com.github.tadukoo.util.event used by com.github.tadukoo.util.eventClassDescriptionRepresents a generic Event that has happened and may need to be handled by various
EventHandlers
.A generic interface for listening for anEvent
to be handled.