Package gaiasky.event


package gaiasky.event
Event manager infrastructure and utility classes.
  • Class
    Description
    Represents an event.
    Event manager that allows for subscription of observers to events (identified by strings), and also for the creation of event objects by anyone.
    Time frame options
    Interface to be implemented by anyone willing to watch and be notified of events.
    Observer to be extended by anonymous classes.
    An unbounded priority queue based on a priority heap.
    A delayed message used internally by the EventManager.