BowlerKernel
IDeviceAddedListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.common;
2 
3 
4 // TODO: Auto-generated Javadoc
15 public interface IDeviceAddedListener {
16 
23 
30 }
void onDeviceRemoved(BowlerAbstractDevice bad)
void onNewDeviceAdded(BowlerAbstractDevice bad)