Package repast.simphony.visualization
Class ProbeEvent
java.lang.Object
repast.simphony.visualization.ProbeEvent
A semantic event indicating that a probe of an object has occured.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionProbeEvent
(Object source, List<?> probedObjects) ProbeEvent
(Object source, List<?> probedObjects, ProbeEvent.Type type) -
Method Summary
-
Constructor Details
-
ProbeEvent
-
ProbeEvent
-
-
Method Details
-
getProbedObjects
Gets the list of objects that have been probed.- Returns:
- the list of objects that have been probed.
-
getSource
Gets the source of the probe. For example, if the probing is done via a mouse in an IDisplay's panel, then the source will be the IDisplay.- Returns:
- the source of the probe.
-
getType
Gets the type of this probe.- Returns:
- the type of this probe.
-