Package com.globalmentor.event


package com.globalmentor.event
  • Class
    Description
    The base class for events, extending the Java event object as well as implementing the event interface.
    Abstract implementation of an event and the means to fire it at a later time.
    An event interface.
    Class that stores and retrieves event listeners, facilitating the creation of another class that allows event listeners to be registered with it.
    Encapsulation of an event and the means to fire it at a later time.
    An event used to notify interested parties that progress has been made.
    Represents an object which monitors the progress of a particular task.
    An interface indicating that an event knows its target, or the object to which the event applies (which may be different than the object that fired the event).