oscP5
Class OscPlug

java.lang.Object
  extended by oscP5.OscPlug

public class OscPlug
extends java.lang.Object


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

Field Detail

method

public java.lang.reflect.Method method
Constructor Detail

OscPlug

public OscPlug()
Method Detail

plug

public void plug(java.lang.Object theObject,
                 java.lang.String theMethodName,
                 java.lang.String theAddrPattern)

plug

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

getObject

public java.lang.Object getObject()

checkMethod

public boolean checkMethod(OscMessage theOscMessage,
                           boolean isArray)

getMethod

public java.lang.reflect.Method getMethod()

checkType

public java.lang.String checkType(java.lang.String theName)


processing library oscP5 by Andreas Schlegel. (c) 2010