jmusic
Class BasicScheduler

java.lang.Object
  extended by 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

Constructor Summary
BasicScheduler()
           
 
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
 

Constructor Detail

BasicScheduler

public BasicScheduler()
Method Detail

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)