Package wt.events

Defines KeyedEvents which are dispatched by a KeyedEventDispatcher and listened for by a KeyedEventListener; KeyedEvents can be grouped by a KeyedEventBranch.

See:
          Description

Interface Summary
KeyedEventBranch An KeyedEventBranch represents a group of events to which listeners may subscribe.
KeyedEventDispatcher Interface for event subscription and notification.
KeyedEventListener

Supported API: true

Extendable: true
 

Class Summary
KeyedEvent A basic event class which can be used with the KeyedEventDispatcher.
KeyedEventListenerAdapter A do-nothing implementation of KeyedEventListener.
StandardKeyedEventBranch Get the fully qualified type of the event.
StandardKeyedEventDispatcher Reference implementation of a KeyedEventDispatcher.
 

Package wt.events Description

Defines KeyedEvents which are dispatched by a KeyedEventDispatcher and listened for by a KeyedEventListener; KeyedEvents can be grouped by a KeyedEventBranch.

See Also:
wt.manager