swingx
Version 2005-08-19

Package org.jdesktop.swingx.event

Contains API for events added as part of JDNC's Swing extensions, such as message and progress events.

See:
          Description

Interface Summary
MessageListener The listener interface for recieving message events.
MessageSource Interface for MessageListener registrations methods and indicates that the implementation class is a source of MessageEvents.
ProgressListener The listener interface for recieving progress events.
ProgressSource Interface for ProgressListener registrations methods and indicates that the implementation class is a source of ProgressEvents.
SelectionListener Listener for receiving global selection change notifications.
 

Class Summary
MessageEvent Represents a message passed from a MessageSource.
MessageSourceSupport A helper class which is an implementation of a message source and a progress source.
ProgressEvent A MessageEvent that represents the cycle of a long running operation.
 

Package org.jdesktop.swingx.event Description

Contains API for events added as part of JDNC's Swing extensions, such as message and progress events.

Package Specification

Related Documentation


swingx
Version 2005-08-19