BowlerKernel
IDeviceConnectionEventListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.common;
2 
3 import java.io.PrintWriter;
4 import java.io.StringWriter;
5 
6 // TODO: Auto-generated Javadoc
18 
19  //Exception trace = new Exception();
25  public void onDisconnect(BowlerAbstractDevice source);
26 
32  public void onConnect(BowlerAbstractDevice source);
33 }