BowlerKernel
IPauseTimeListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.pid;
2 
3 public interface IPauseTimeListener {
4 
5  public void pause(boolean val);
6 }