ptolemy.domains.space
Class Occupants.RowListener

java.lang.Object
  extended by ptolemy.domains.space.Occupants.RowListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
Occupants

private class Occupants.RowListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

If a row is selected, then record which row is selected.


Constructor Summary
private Occupants.RowListener()
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Occupants.RowListener

private Occupants.RowListener()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent event)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener