Uses of Interface
jam.controlpalettes.ControllerListener
-
Packages that use ControllerListener Package Description jam.controlpalettes -
-
Uses of ControllerListener in jam.controlpalettes
Methods in jam.controlpalettes with parameters of type ControllerListener Modifier and Type Method Description 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 changedvoid
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 changedvoid
AbstractController. removeControllerListener(ControllerListener listener)
Remove a listenervoid
Controller. removeControllerListener(ControllerListener listener)
Remove a listener
-