Package repast.simphony.engine.watcher
Interface WatchData
- All Known Implementing Classes:
AnnotatedWatchData
,DefaultWatchData
public interface WatchData
Optional arg passed to a watcher's method containing details of the Watch that triggered
the method.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Method Summary
-
Method Details
-
getID
String getID()Gets the id string for the Watch this is associated with.- Returns:
- the id string for the Watch this is associated with.
-