]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/DataSubscriber.java
Version 5, May 2008
[GpsPrune.git] / tim / prune / DataSubscriber.java
index 766ed5399fda870f3a740e6e4e2bdd322c9a7aa6..ceaed70a5a9903f333edb96573e7f7227f6e3066 100644 (file)
@@ -16,7 +16,13 @@ public interface DataSubscriber
 
        /**
         * Inform clients that data has been updated
+        * @param inUpdateType type of update
         */
        public void dataUpdated(byte inUpdateType);
 
+       /**
+        * Inform clients that an action has been completed
+        * @param inMessage message describing action
+        */
+       public void actionCompleted(String inMessage);
 }