Interface EditCallback


public interface EditCallback
Author:
Per-Erik
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called immediately AFTER the editing has canceled.
    void
    Called immediately BEFORE the editing starts.
    void
    Called immediately AFTER the editing has stopped, if the editing was stopped normally.
  • Method Details

    • started

      void started()
      Called immediately BEFORE the editing starts.
    • stopped

      void stopped()
      Called immediately AFTER the editing has stopped, if the editing was stopped normally. This usually implies that the user has accepted the changes she did.
    • cancelled

      void cancelled()
      Called immediately AFTER the editing has canceled. A cancel means that the user input was discarded.