Package com.tinkerforge
Interface BrickletCompass.HeadingListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletCompass
public static interface BrickletCompass.HeadingListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletCompass.setHeadingCallbackConfiguration(long, boolean, char, int, int)
. The parameter is the same asBrickletCompass.getHeading()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
heading(int heading)
-