Interface ItemStateLifeCycleListener

    • Method Detail

      • statusChanged

        void statusChanged​(ItemState state,
                           int previousStatus)
        Called after an ItemState has changed its status. The new status can be retrieved by calling ItemState.getStatus().
        Parameters:
        state - the item state, which changed its status.
        previousStatus - the previous status of state.