Module technology.sola.engine
Package technology.sola.engine.event
package technology.sola.engine.event
This package provides classes to handle
Events for sola-game-engine.-
ClassDescriptionThe Event interface represents an event that can be listened to or emitted.EventHub handles distribution of
Events that are emitted to their respectiveEventListeners that have been added.EventListener<T extends Event>The EventListener interface defines the api for listening to emittedEvents of a certain type.