BowlerKernel
IConnectionEventListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.common;
2 
3 // TODO: Auto-generated Javadoc
14 public interface IConnectionEventListener {
15 
22 
28  public void onConnect(BowlerAbstractConnection source);
29 }
void onDisconnect(BowlerAbstractConnection source)
void onConnect(BowlerAbstractConnection source)