controlP5
Class ControlBroadcaster

java.lang.Object
  extended by controlP5.ControlBroadcaster

public class ControlBroadcaster
extends java.lang.Object


Method Summary
 void addListener(ControlListener theListener)
           
 void broadcast(ControlEvent theControlEvent, int theType)
           
 ControlListener getListener(int theIndex)
           
 int listenerSize()
           
 void plug(java.lang.Object theObject, Controller theController, java.lang.String theTargetMethod)
           
 void plug(java.lang.Object theObject, java.lang.String theControllerName, java.lang.String theTargetMethod)
           
 void plug(java.lang.String theControllerName, java.lang.String theTargetMethod)
          Deprecated. 
 void removeListener(ControlListener theListener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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