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 voidAbstractController. 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 changedvoidController. 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 changedvoidAbstractController. removeControllerListener(ControllerListener listener)Remove a listenervoidController. removeControllerListener(ControllerListener listener)Remove a listener
-