Package com.tinkerforge
Interface BrickletCompass.MagneticFluxDensityListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletCompass
public static interface BrickletCompass.MagneticFluxDensityListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletCompass.setMagneticFluxDensityCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletCompass.getMagneticFluxDensity()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
magneticFluxDensity(int x, int y, int z)
-