jmusic
Class BasicScheduler
java.lang.Object
jmusic.BasicScheduler
public class BasicScheduler
- extends java.lang.Object
- Author:
- reverend
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Method Summary |
void |
schedule(org.python.core.PyFunction func,
long start_delay,
long loop_delay)
|
void |
schedule(org.python.core.PyMethod func,
long start_delay,
long loop_delay)
|
boolean |
unschedule(org.python.core.PyFunction func)
|
boolean |
unschedule(org.python.core.PyMethod func)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicScheduler
public BasicScheduler()
schedule
public void schedule(org.python.core.PyFunction func,
long start_delay,
long loop_delay)
schedule
public void schedule(org.python.core.PyMethod func,
long start_delay,
long loop_delay)
unschedule
public boolean unschedule(org.python.core.PyFunction func)
unschedule
public boolean unschedule(org.python.core.PyMethod func)