EchoPoint
1.0

Package echopoint.event

Interface Summary
ChartEventGenerator ChartEventGenerator is used to generate ActionEvent commands for ChartEntitys within a ChartPanel such as lines, bars pie sections etc..
DialogListener The listener interface for receiving DialogPanel events.
ExternalEventListener The ExternalEventListener interface is used to listen for ExternalEvents.
 

Class Summary
DefaultChartEventGenerator DefaultChartEventGenerator generates default action commands and tooltips for ChartEntity by calling the ChartEntity.getURLText() and ChartEntity.getToolTipText() respectively.
DialogAdapter An adapter class that implements all methods of the DialogListener interface with empty methods.
DialogEvent An event indicating a change in DialogPanel state.
ExternalEvent ExternalEvent represents an event that has been raised externally to the Echo web application.
WeakEventListenerList The WeakEventListenerList is basically the same as a nextapp.echo.EventListenerList except that it uses WeakReferences to the listeners.
 


EchoPoint
1.0