|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.columbia.coms6901.pingtel.pingim.ListListener
Gets activated whenever a list selection changes. Utility class.
Field Summary | |
private com.pingtel.xpressa.awt.form.SimpleListForm |
form
the form that's being listened to |
private int |
iRow
the selected row |
Constructor Summary | |
ListListener(com.pingtel.xpressa.awt.form.SimpleListForm form)
Creates a new listener |
Method Summary | |
int |
getRow()
Returns the selected row |
void |
selectChanged(com.pingtel.xpressa.awt.event.PListEvent event)
Invoked whenever a list selection changes |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int iRow
private com.pingtel.xpressa.awt.form.SimpleListForm form
Constructor Detail |
public ListListener(com.pingtel.xpressa.awt.form.SimpleListForm form)
form
- The SimpleListForm object describing the listMethod Detail |
public void selectChanged(com.pingtel.xpressa.awt.event.PListEvent event)
selectChanged
in interface com.pingtel.xpressa.awt.event.PListListener
event
- The event object describing the state changepublic int getRow()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |