com.e1.mxdublin
Class Delegate

java.lang.Object
  extended by Callback
      extended by com.e1.mxdublin.Delegate

public class Delegate
extends Callback

Delegate is a Max Callback class with PyFunction support. Arguments to python function are not yet supported but should be.


Field Summary
protected  PyFunction pydelegate
           
 
Constructor Summary
Delegate(PyFunction func)
          Will delegate a jython function.
 
Method Summary
 void execute()
          Make the call to the specified object
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pydelegate

protected PyFunction pydelegate
Constructor Detail

Delegate

public Delegate(PyFunction func)
Will delegate a jython function.

Parameters:
func - the function function (called from jython)
Method Detail

execute

public void execute()
Make the call to the specified object


toString

public String toString()