public static interface NotesViewAdapter.NotesViewAdapterListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
generalActionSupport(Note note) |
java.lang.String |
getContent(Note note) |
int |
getMediaResource(Note note) |
java.lang.String |
getTitle(Note note) |
void |
invokeAudioAction(Note note) |
void |
invokeAudioActionError(Note note) |
void |
invokeDataAction(Note note) |
void |
invokeDataActionError(Note note) |
void |
invokeGeneralAction(Note note) |
void |
invokeHtmlActionError(Note note) |
void |
invokeLinkAction(Note note) |
void |
invokeLinkActionError(Note note) |
void |
invokeLocationAction(Note note) |
void |
invokeLocationActionError(Note note) |
void |
invokeMessageActionError(Note note) |
void |
invokeVideoAction(Note note) |
boolean |
showDate(Note note) |
boolean |
showEncrypted(Note note) |
boolean |
showHeader(Note note) |
boolean |
showName(Note note) |
boolean generalActionSupport(Note note)
void invokeGeneralAction(Note note)
void invokeLinkAction(Note note)
void invokeAudioAction(Note note)
void invokeVideoAction(Note note)
void invokeLocationAction(Note note)
void invokeDataAction(Note note)
void invokeAudioActionError(Note note)
void invokeLinkActionError(Note note)
void invokeHtmlActionError(Note note)
void invokeDataActionError(Note note)
void invokeLocationActionError(Note note)
void invokeMessageActionError(Note note)
java.lang.String getTitle(Note note)
java.lang.String getContent(Note note)
boolean showDate(Note note)
boolean showName(Note note)
boolean showHeader(Note note)
int getMediaResource(Note note)
boolean showEncrypted(Note note)