Package com.sun.lwuit.events

Interface Summary
ActionListener Event callback interface invoked when a component action occurs
DataChangedListener Event callback interface invoked when a ListModel changes its state thus indicating to the view that it should refresh.
FocusListener Observes focus change events for a given form and invokes the callbacks to enable us to assign functionality based on current focused component.
SelectionListener Invoked to indicate a selection change in the list model
StyleListener Invoked to indicate a change in a Style property
 

Class Summary
ActionEvent Event object delivered when an ActionListener callback is invoked