Package com.tinkerforge
Interface BrickletIndustrialPTC.SensorConnectedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialPTC
public static interface BrickletIndustrialPTC.SensorConnectedListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIndustrialPTC.setSensorConnectedCallbackConfiguration(boolean)
. The parameter is the same asBrickletIndustrialPTC.isSensorConnected()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sensorConnected(boolean connected)
-