Package com.tinkerforge
Interface BrickletSilentStepperV2.NewStateListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletSilentStepperV2
public static interface BrickletSilentStepperV2.NewStateListener extends DeviceListener
This listener is triggered whenever the Silent Stepper Bricklet 2.0 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(int stateNew, int statePrevious)
-