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