Interface MoveBlockListener


public interface MoveBlockListener
Listener that is notified when a move block completed or some state has changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification that the move block completed.
    void
    Notification that something has changed.
  • Method Details

    • stateChanged

      void stateChanged()
      Notification that something has changed.
    • moveBlockCompleted

      void moveBlockCompleted(MoveBlockTask cmd)
      Notification that the move block completed.
      Parameters:
      cmd - the command that was executed to move the block; the command has the status of whether the block was moved successfully