com.sun.lwuit.events
Interface SelectionListener
public interface SelectionListener
Invoked to indicate a selection change in the list model
- Author:
- Chen Fishbein
Method Summary |
void |
selectionChanged(int oldSelected,
int newSelected)
Indicates the selection changed in the underlying list model |
selectionChanged
void selectionChanged(int oldSelected,
int newSelected)
- Indicates the selection changed in the underlying list model
- Parameters:
oldSelected
- old selected index in list modelnewSelected
- new selected index in list model