com.ibm.jtopenlite.command.program
Interface OpenListOfObjectsSelectionListener


public interface OpenListOfObjectsSelectionListener


Method Summary
 int getNumberOfStatuses()
           
 String getStatus(int index)
           
 boolean isSelected()
          Whether the statuses are for selecting objects or omitting objects from the list.
 

Method Detail

isSelected

boolean isSelected()
Whether the statuses are for selecting objects or omitting objects from the list.


getNumberOfStatuses

int getNumberOfStatuses()

getStatus

String getStatus(int index)