public class BooleanConnector extends SendInPostConnector<BooleanConnector.BooleanResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
BooleanConnector.BooleanResult
The boolean result.
|
static class |
BooleanConnector.Builder
Builder class for BooleanConnector.
|
static interface |
BooleanConnector.OnEndConnectionListener
An interfaced to be used to create callback functions to be used to define the connector
behaviour on the connection's end and handles a BooleanResult.
|
AsyncDatabaseConnector.OnStartConnectionListenerfileUrl| Modifier and Type | Method and Description |
|---|---|
protected void |
executeAfterConnection(java.lang.String s)
A function that will be executed after the connection ends.
|
doInBackground, paramsFromObject, setObjectToSendgetData, onPostExecute, onPreExecute, setErrorprotected void executeAfterConnection(java.lang.String s)
AsyncDatabaseConnectorexecuteAfterConnection in class AsyncDatabaseConnector<BooleanConnector.BooleanResult>s - A string containing the connection result.AsyncDatabaseConnector.executeAfterConnection(String)