X-Git-Url: https://gitweb.fperrin.net/?a=blobdiff_plain;f=tim%2Fprune%2FDataSubscriber.java;h=ceaed70a5a9903f333edb96573e7f7227f6e3066;hb=ca9bdb3916f9c39adbbf95d06ac95c21dafbb4e6;hp=766ed5399fda870f3a740e6e4e2bdd322c9a7aa6;hpb=d3679d647d57c2ee7376ddbf6def2d5b23c04307;p=GpsPrune.git diff --git a/tim/prune/DataSubscriber.java b/tim/prune/DataSubscriber.java index 766ed53..ceaed70 100644 --- a/tim/prune/DataSubscriber.java +++ b/tim/prune/DataSubscriber.java @@ -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); }