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 SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionProbeEvent(Object source, List<?> probedObjects) ProbeEvent(Object source, List<?> probedObjects, ProbeEvent.Type type) 
- 
Method Summary
- 
Constructor Details- 
ProbeEvent
- 
ProbeEvent
 
- 
- 
Method Details- 
getProbedObjectsGets the list of objects that have been probed.- Returns:
- the list of objects that have been probed.
 
- 
getSourceGets 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.
 
- 
getTypeGets the type of this probe.- Returns:
- the type of this probe.
 
 
-