X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2FDataSubscriber.java;h=ceaed70a5a9903f333edb96573e7f7227f6e3066;hp=d3fc123174635183d0f9008f7c1d86be30ce8c5f;hb=ca9bdb3916f9c39adbbf95d06ac95c21dafbb4e6;hpb=63f178fd6c6b30b99a01f2a2d700963ea2dfef8b diff --git a/tim/prune/DataSubscriber.java b/tim/prune/DataSubscriber.java index d3fc123..ceaed70 100644 --- a/tim/prune/DataSubscriber.java +++ b/tim/prune/DataSubscriber.java @@ -20,4 +20,9 @@ public interface DataSubscriber */ public void dataUpdated(byte inUpdateType); + /** + * Inform clients that an action has been completed + * @param inMessage message describing action + */ + public void actionCompleted(String inMessage); }