Uses of Interface
com.sun.lwuit.events.SelectionListener

Packages that use SelectionListener
com.sun.lwuit   
com.sun.lwuit.list   
 

Uses of SelectionListener in com.sun.lwuit
 

Methods in com.sun.lwuit with parameters of type SelectionListener
 void List.addSelectionListener(SelectionListener l)
          Invoked to indicate interest in future selection events
 void TabbedPane.addTabsListener(SelectionListener listener)
          Deprecated. This method adds a listener to the tabs.
 void List.removeSelectionListener(SelectionListener l)
          Invoked to indicate no further interest in future selection events
 

Uses of SelectionListener in com.sun.lwuit.list
 

Methods in com.sun.lwuit.list with parameters of type SelectionListener
 void ListModel.addSelectionListener(SelectionListener l)
          Invoked to indicate interest in future selection events
 void DefaultListModel.addSelectionListener(SelectionListener l)
           
 void ListModel.removeSelectionListener(SelectionListener l)
          Invoked to indicate no further interest in future selection events
 void DefaultListModel.removeSelectionListener(SelectionListener l)