Searched defs:Editor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java29 public interface Editor { interface
33 * Called when the given {@link Editor} is requested to be deleted by the user.
35 public void onDeleteRequested(Editor editor);
38 * Called when the given {@link Editor} has a request, for example it
54 * Returns whether or not all the fields are empty in this {@link Editor}.
69 * Add a specific {@link EditorListener} to this {@link Editor}.
80 * Performs the delete operation for this {@link Editor}.
85 * Clears all fields in this {@link Editor}.

Completed in 71 milliseconds