controlP5
Class ControlBroadcaster
java.lang.Object
controlP5.ControlBroadcaster
public class ControlBroadcaster
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addListener
public void addListener(ControlListener theListener)
removeListener
public void removeListener(ControlListener theListener)
getListener
public ControlListener getListener(int theIndex)
listenerSize
public int listenerSize()
plug
@Deprecated
public void plug(java.lang.String theControllerName,
java.lang.String theTargetMethod)
- Deprecated.
plug
public void plug(java.lang.Object theObject,
java.lang.String theControllerName,
java.lang.String theTargetMethod)
plug
public void plug(java.lang.Object theObject,
Controller theController,
java.lang.String theTargetMethod)
broadcast
public void broadcast(ControlEvent theControlEvent,
int theType)
processing library controlP5 by Andreas Schlegel. (c) 2010