Uses of Interface
jam.controlpalettes.ControllerListener

Packages that use ControllerListener
jam.controlpalettes   
 

Uses of ControllerListener in jam.controlpalettes
 

Methods in jam.controlpalettes with parameters of type ControllerListener
 void AbstractController.addControllerListener(ControllerListener listener)
          Add a ControllerListener to this controllers list of listeners The main listener will be the ControlPalette itself which will use this to resize the panels if the components changed
 void Controller.addControllerListener(ControllerListener listener)
          Add a ControllerListener to this controllers list of listeners The main listener will be the ControlPalette itself which will use this to resize the panels if the components changed
 void AbstractController.removeControllerListener(ControllerListener listener)
          Remove a listener
 void Controller.removeControllerListener(ControllerListener listener)
          Remove a listener
 



http://code.google.com/p/jam-lib/