public class GetAction<T> extends AbstractAction
configuration, sessionManager| Constructor and Description |
|---|
GetAction(SessionManager sessionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeImpl() |
protected OnActionListener<T> |
getActionListener() |
protected android.os.Bundle |
getBundle() |
protected java.lang.String |
getGraphPath() |
protected java.lang.String |
getTarget() |
protected T |
processResponse(GraphResponse response)
It is better to override this method and implement your faster
conversion.
|
void |
setActionListener(OnActionListener<T> actionListener) |
void |
setEdge(java.lang.String edge) |
void |
setTarget(java.lang.String target) |
executepublic GetAction(SessionManager sessionManager)
public void setEdge(java.lang.String edge)
public void setTarget(java.lang.String target)
public void setActionListener(OnActionListener<T> actionListener)
protected void executeImpl()
executeImpl in class AbstractActionprotected java.lang.String getTarget()
protected java.lang.String getGraphPath()
protected android.os.Bundle getBundle()
protected OnActionListener<T> getActionListener()
protected T processResponse(GraphResponse response)