BowlerKernel
IthreadedTimoutListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.common;
2 
3 // TODO: Auto-generated Javadoc
14 public interface IthreadedTimoutListener {
15 
21  public void onTimeout(String message);
22 }