com.e1.mxdublin
Class Delegate
java.lang.Object
Callback
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.
|
Constructor Summary |
Delegate(PyFunction func)
Will delegate a jython function. |
pydelegate
protected PyFunction pydelegate
Delegate
public Delegate(PyFunction func)
- Will delegate a jython function.
- Parameters:
func - the function function (called from jython)
execute
public void execute()
- Make the call to the specified object
toString
public String toString()