Interface BrickSilentStepper.NewStateListener

  • All Superinterfaces:
    DeviceListener, java.util.EventListener, TinkerforgeListener
    Enclosing class:
    BrickSilentStepper

    public static interface BrickSilentStepper.NewStateListener
    extends DeviceListener
    This listener is triggered whenever the Silent Stepper Brick enters a new state. It returns the new state as well as the previous state.
    • Method Detail

      • newState

        void newState​(short stateNew,
                      short statePrevious)