diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-04-07 12:03:53 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-04-07 12:03:53 +0200 |
commit | 3b68ac89cd679f134681204e0d1bb40d6dbf7879 (patch) | |
tree | ec1b638158ecc4cc164202c883aa8da4ce1986e2 /src/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl | |
parent | bde3a3f780cc668619076df96147b76be1c4ab64 (diff) |
Registering for a state receiver gets the most recent state. Also added the coarse state to the interface.
Diffstat (limited to 'src/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl')
-rw-r--r-- | src/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl b/src/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl index 11e369c2..e1903485 100644 --- a/src/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl +++ b/src/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl @@ -9,5 +9,5 @@ oneway interface IOpenVPNStatusCallback { /**
* Called when the service has a new status for you.
*/
- void newStatus(String state, String message);
+ void newStatus(String state, String message, String level);
}
|