BowlerKernel
IPIDEventListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.pid;
2 
3 // TODO: Auto-generated Javadoc
16 public interface IPIDEventListener {
17 
23  public void onPIDEvent(PIDEvent e);
24 
31 
38  public void onPIDReset(int group,float currentValue);
39 }
void onPIDReset(int group, float currentValue)