prog.utils
Interface InOutMoveListener

All Known Implementing Classes:
GUIListener

public interface InOutMoveListener

Classes that implement this interface respond to items being moved from one column to another in an InOutList.


Method Summary
 void itemIn(java.util.EventObject e)
          Implement this method to respond to an item being moved to the lefthand column.
 void itemOut(java.util.EventObject e)
          Implement this method to respond to an item being moved to the righthand column.
 

Method Detail

itemIn

public void itemIn(java.util.EventObject e)
Implement this method to respond to an item being moved to the lefthand column.

itemOut

public void itemOut(java.util.EventObject e)
Implement this method to respond to an item being moved to the righthand column.