Interface EditCallback
public interface EditCallback
- Author:
- Per-Erik
-
Method Summary
-
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.
-