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 Detail

      • newState

        void newState​(short stateNew,
                      short statePrevious)