Package org.araneaframework.uilib.event

Contains the event listeners and event helper classes used by UiLib widgets.

See:
          Description

Interface Summary
OnChangeEventListener This interface defines a "on change" event listener that is usually attached to a listbox.
OnClickEventListener This interface defines a "on click" event listener that is usually attached to a button.
 

Class Summary
ProxyOnChangeEventListener An implementation of OnChangeEventListener that does not require to be sublassed, but instead allows registering a handleEvent*() method of given widget that will be called when the change occurs.
ProxyOnClickEventListener An implementation of OnClickEventListener that does not require to be sublassed, but instead allows registering a handleEvent*() method of given widget that will be called when the click occurs.
StandardControlEventListenerAdapter This class manages onchange and onclick events of Controls that support those types of events.
ValidatingProxyEventListener This is a special event handler that listens for any events targeted at given widget and validates the given form before passing the event to the target widget.
 

Package org.araneaframework.uilib.event Description

Contains the event listeners and event helper classes used by UiLib widgets.