com.amazonaws.mobileconnectors.amazonmobileanalytics
Class AnalyticsCallback<T>

java.lang.Object
  extended by com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsCallback<T>

public abstract class AnalyticsCallback<T>
extends java.lang.Object

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

onComplete

public abstract void onComplete(T response)
This is called by the accepting object when a specific method or action completes

Parameters:
response - The kind of response expected upon completion


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.