com.e1.mxdublin
Class DublinMaxObjectReceiver

java.lang.Object
  extended by MaxObject
      extended by com.e1.mxdublin.DublinMaxObjectReceiver

public class DublinMaxObjectReceiver
extends MaxObject

Implementation of the 'dr' pdj/mxj object. This class is used against the standard 'r/receive' since you cannot with the MXJ API bind to a max name.


Constructor Summary
DublinMaxObjectReceiver()
           
DublinMaxObjectReceiver(Atom[] name)
           
 
Method Summary
 void anything(String msg, Atom[] value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DublinMaxObjectReceiver

public DublinMaxObjectReceiver()

DublinMaxObjectReceiver

public DublinMaxObjectReceiver(Atom[] name)
Method Detail

anything

public void anything(String msg,
                     Atom[] value)