|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsCallback<T>
public abstract class AnalyticsCallback<T>
The AnalyticsCallback
is an abstract class which allows you create subclasses that will handle the completion of certain tasks. On success, the handler's return
object is passed into the onComplete method as an argument.
Method Summary | |
---|---|
abstract void |
onComplete(T response)
This is called by the accepting object when a specific method or action completes |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract void onComplete(T response)
response
- The kind of response expected upon completion
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |