Package com.groiss.event


package com.groiss.event
Classes related to events within processes.
  • Class
    Description
    Implementation of the Event class.
    Interface for creating event classes.
    The base class for an event handler.
    The event-manager allows registrating for events, unregistrating, and raising events.
    The Event Registry interface describes a registration of an event
    Interface for event handler.