Package com.maryanovsky.gwtutils.client.event

Interface Summary
Callback<T> A generic callback interface.
ChangeListener The interface for receiving notifications of some kind of state change.
HasChange The interface for classes which are capable of notifying registered listeners of some change occurring in them.
PropertyChangeListener The interface for receiving notifications of a change in a named property.
ReadyListener<T> A listener which is notified when an entity changes between ready and unready states.
 

Class Summary
ChangeEvent The event for some kind of change.
ChangeListenerList A convenience class for managing ChangeListeners.
DelegatingReadyListenerCollection<T> A ready listener, which simply reports what it sees to a list of other ready listener.
GroupReadyListener<IT,ST> Implements notifying a ReadyListener when a collection of items change between ready and unready states, as a group.
MultipleHandlerRegistration An implementation of HandlerRegistration which holds a collection of registrations and invokes their HandlerRegistration.removeHandler() method when its own method is invoked.
PropertyChangeEvent Encapsulates a change event in some named property.
PropertyChangeListenerList A convenience class for managing PropertyChangeListeners.
SyntheticEvent<H extends EventHandler,E extends GwtEvent<? extends EventHandler>> The base class for all events which are synthesized from other GwtEvents.