BowlerKernel
IFlushable.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.common;
2 
3 public interface IFlushable {
8  public void flush(double seconds);
9 }