BowlerKernel
IThreadedNsTimerListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.util;
2 
3 // TODO: Auto-generated Javadoc
14 public interface IThreadedNsTimerListener {
15 
21  public void onTimerInterval(long index);
22 }