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, wait
onStatusTimeout
public void onEnabled(android.content.Intent statusIntent)
StatusCallback
onEnabled
in interface StatusCallback
statusIntent
- an Intent containing information about
Orbot, including proxy portspublic void onStarting()
StatusCallback
onStarting
in interface StatusCallback
public void onStopping()
StatusCallback
onStopping
in interface StatusCallback
public void onDisabled()
StatusCallback
onDisabled
in interface StatusCallback
public void onNotYetInstalled()
StatusCallback
onNotYetInstalled
in interface StatusCallback