controlP5
Interface ControlListener
- All Known Implementing Classes:
- CheckBox, ControlGroup, ListBox, MultiList, RadioButton, ScrollList, Textarea
public interface ControlListener
ControlListener is an interface that can be implemented by
a custom class. add the controlListener to a controller
with addListner()
Method Summary |
void |
controlEvent(ControlEvent theEvent)
ControlListener is an interface that can be implemented by
a custom class. |
controlEvent
void controlEvent(ControlEvent theEvent)
- ControlListener is an interface that can be implemented by
a custom class. add the controlListener to a controller
with Controller.addListner()
- Parameters:
theEvent
- ControlEvent
processing library controlP5 by Andreas Schlegel. (c) 2010