oscP5
Class OscPlug

java.lang.Object
  extended by oscP5.OscPlug

public class OscPlug
extends Object


Field Summary
 Method method
           
 
Constructor Summary
OscPlug()
           
 
Method Summary
 boolean checkMethod(OscMessage theOscMessage, boolean isArray)
           
 String checkType(String theName)
           
 Method getMethod()
           
 Object getObject()
           
 void plug(Object theObject, String theMethodName, String theAddrPattern)
           
 void plug(Object theObject, String theMethodName, String theAddrPattern, String theTypetag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

public Method method
Constructor Detail

OscPlug

public OscPlug()
Method Detail

plug

public void plug(Object theObject,
                 String theMethodName,
                 String theAddrPattern)

plug

public void plug(Object theObject,
                 String theMethodName,
                 String theAddrPattern,
                 String theTypetag)

getObject

public Object getObject()

checkMethod

public boolean checkMethod(OscMessage theOscMessage,
                           boolean isArray)

getMethod

public Method getMethod()

checkType

public String checkType(String theName)


processing library oscP5 by Andreas Schlegel. (c) 2004-2012