From 3b68ac89cd679f134681204e0d1bb40d6dbf7879 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 7 Apr 2013 12:03:53 +0200 Subject: Registering for a state receiver gets the most recent state. Also added the coarse state to the interface. --- src/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de/blinkt/openvpn/api/IOpenVPNStatusCallback.aidl') 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); } -- cgit v1.2.3