com.cycling74.max
Interface Executable

All Known Implementing Classes:
Callback

public interface Executable

Defines an executable object. An object that implements a Executable interface can later be used with a MaxClock or a MaxSystem.deferLow for example since it defines the execute method.


Method Summary
 void execute()
          The method to execute.
 

Method Detail

execute

void execute()
The method to execute.



This API is based on mxj for Max/MSP by Cycling74. Please see original MXJ implementation.