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
 

Method Detail

selectionChanged

void selectionChanged(int oldSelected,
                      int newSelected)
Indicates the selection changed in the underlying list model

Parameters:
oldSelected - old selected index in list model
newSelected - new selected index in list model