public static interface

Editor.EditorListener

com.android.contacts.model.Editor.EditorListener
Known Indirect Subclasses

Class Overview

Listener for an Editor, usually to handle deleted items.

Summary

Constants
int FIELD_CHANGED
int REQUEST_PICK_PHOTO
Public Methods
abstract void onDeleted(Editor editor)
Called when the given Editor has been deleted.
abstract void onRequest(int request)
Called when the given Editor has a request, for example it wants to select a photo.

Constants

public static final int FIELD_CHANGED

Constant Value: 2 (0x00000002)

public static final int REQUEST_PICK_PHOTO

Constant Value: 1 (0x00000001)

Public Methods

public abstract void onDeleted (Editor editor)

Called when the given Editor has been deleted.

public abstract void onRequest (int request)

Called when the given Editor has a request, for example it wants to select a photo.