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 Detail

      • newState

        void newState​(int stateNew,
                      int statePrevious)