org.botlibre.sdk.activity.actions
Class HttpGetGreetingsAction

java.lang.Object
  extended by android.os.AsyncTask<java.lang.Void,java.lang.Void,java.lang.String>
      extended by org.botlibre.sdk.activity.actions.HttpAction
          extended by org.botlibre.sdk.activity.actions.HttpUIAction
              extended by org.botlibre.sdk.activity.actions.HttpGetGreetingsAction

public class HttpGetGreetingsAction
extends HttpUIAction


Nested Class Summary
 
Nested classes/interfaces inherited from class android.os.AsyncTask
android.os.AsyncTask.Status
 
Field Summary
 
Fields inherited from class android.os.AsyncTask
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
 
Constructor Summary
HttpGetGreetingsAction(android.app.Activity activity, InstanceConfig config)
           
 
Method Summary
 void onPostExecute(java.lang.String xml)
           
 
Methods inherited from class org.botlibre.sdk.activity.actions.HttpAction
getException, setException
 
Methods inherited from class android.os.AsyncTask
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpGetGreetingsAction

public HttpGetGreetingsAction(android.app.Activity activity,
                              InstanceConfig config)
Method Detail

onPostExecute

public void onPostExecute(java.lang.String xml)