BowlerKernel
ISchedulerListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.dyio.sequencer;
2 
3 // TODO: Auto-generated Javadoc
14 public interface ISchedulerListener {
15 
21  public void onTimeUpdate(double ms);
22 
29  public void setIntervalTime(int msInterval, int totalTime);
30 
34  public void onReset();
35 
39  public void onPlay();
40 
44  public void onPause();
45 }
void setIntervalTime(int msInterval, int totalTime)