diff options
author | jestin | 2012-05-12 14:26:08 +0000 |
---|---|---|
committer | jestin | 2012-05-12 14:26:08 +0000 |
commit | 4ffe8b84071babe544086f94c66431380d301d59 (patch) | |
tree | 12c9c3a4d6f00c071d8cd298f041dc383e887ff7 /src/PingCallback.java | |
parent | 6fbefad24ec7e8783365db61b03357d50ee0dd56 (diff) | |
download | ivy-java-4ffe8b84071babe544086f94c66431380d301d59.zip ivy-java-4ffe8b84071babe544086f94c66431380d301d59.tar.gz ivy-java-4ffe8b84071babe544086f94c66431380d301d59.tar.bz2 ivy-java-4ffe8b84071babe544086f94c66431380d301d59.tar.xz |
- minor code cleanup
- adds a separate file (Protocol.java) containing the Enum values in a proper
pattern
- resolved a synchronization bug on Ivy.stop()
Diffstat (limited to 'src/PingCallback.java')
-rw-r--r-- | src/PingCallback.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/PingCallback.java b/src/PingCallback.java index ff3233b..5ba6ac0 100644 --- a/src/PingCallback.java +++ b/src/PingCallback.java @@ -1,14 +1,16 @@ -package fr.dgac.ivy; - /** * this interface specifies the methods of an PingCallback * * @author Yannick Jestin * @author <a href="http://www.tls.cena.fr/products/ivy/">http://www.tls.cena.fr/products/ivy/</a> * + * helps the probe utility to measure the time af a ping roundtrip to a remote + * agent. + * * Changelog: * 1.2.12 */ +package fr.dgac.ivy; public interface PingCallback { /** |