controlP5
Class FieldChangedListener

java.lang.Object
  extended by controlP5.FieldChangedListener

public class FieldChangedListener
extends java.lang.Object


Constructor Summary
FieldChangedListener(ControlP5 theControlP5)
           
 
Method Summary
 void listenTo(java.lang.Object theObject, java.lang.String theFieldName)
          Assigns a listener to a specific field of an object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldChangedListener

public FieldChangedListener(ControlP5 theControlP5)
Method Detail

listenTo

public void listenTo(java.lang.Object theObject,
                     java.lang.String theFieldName)
Assigns a listener to a specific field of an object. this can be done in a more elegant way using generics.

Parameters:
theObject -
theFieldName -


processing library controlP5 by Andreas Schlegel. (c) 2011