Package com.tinkerforge
Interface BrickStepper.NewStateListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickStepper
public static interface BrickStepper.NewStateListener extends DeviceListener
This listener is triggered whenever the Stepper Brick enters a new state. It returns the new state as well as the previous state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
newState(short stateNew, short statePrevious)
-