public abstract static class OrbotHelper.SimpleStatusCallback extends java.lang.Object implements StatusCallback
| Constructor and Description |
|---|
SimpleStatusCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDisabled()
Called when Orbot reports that it is no longer running
|
void |
onEnabled(android.content.Intent statusIntent)
Called when Orbot is operational
|
void |
onNotYetInstalled()
Called if Orbot is not yet installed.
|
void |
onStarting()
Called when Orbot reports that it is starting up
|
void |
onStopping()
Called when Orbot reports that it is shutting down
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonStatusTimeoutpublic void onEnabled(android.content.Intent statusIntent)
StatusCallbackonEnabled in interface StatusCallbackstatusIntent - an Intent containing information about
Orbot, including proxy portspublic void onStarting()
StatusCallbackonStarting in interface StatusCallbackpublic void onStopping()
StatusCallbackonStopping in interface StatusCallbackpublic void onDisabled()
StatusCallbackonDisabled in interface StatusCallbackpublic void onNotYetInstalled()
StatusCallbackonNotYetInstalled in interface StatusCallback