X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2FDataSubscriber.java;h=d3fc123174635183d0f9008f7c1d86be30ce8c5f;hp=766ed5399fda870f3a740e6e4e2bdd322c9a7aa6;hb=da0b1f449260a0b4a94318006382a9039726ef3e;hpb=5625a1abadb5f2ca5f017fe7dbda1d5141cb637b diff --git a/tim/prune/DataSubscriber.java b/tim/prune/DataSubscriber.java index 766ed53..d3fc123 100644 --- a/tim/prune/DataSubscriber.java +++ b/tim/prune/DataSubscriber.java @@ -16,6 +16,7 @@ public interface DataSubscriber /** * Inform clients that data has been updated + * @param inUpdateType type of update */ public void dataUpdated(byte inUpdateType);