Package technology.sola.engine.event


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