Uses of Interface
jam.controlpalettes.ControllerListener
Packages that use ControllerListener
-
Uses of ControllerListener in jam.controlpalettes
Methods in jam.controlpalettes with parameters of type ControllerListenerModifier and TypeMethodDescriptionvoid
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