public abstract class

OnClientCallback

extends Object
java.lang.Object
   ↳ com.evernote.client.android.OnClientCallback<T>

Class Overview

This class must be implemented to use the AsyncNoteStoreClient and the AsyncUserStoreClient

Summary

Public Constructors
OnClientCallback()
Public Methods
abstract void onException(Exception exception)
abstract void onSuccess(T data)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OnClientCallback ()

Public Methods

public abstract void onException (Exception exception)

Parameters
exception is the error sent to the callback when the async operation has completed negatively

public abstract void onSuccess (T data)

Parameters
data sent to callback when the async operation has completed positively