Uses of Enum Class
repast.simphony.visualization.ProbeEvent.Type
-
Uses of ProbeEvent.Type in repast.simphony.visualization
Modifier and TypeMethodDescriptionProbeEvent.getType()
Gets the type of this probe.static ProbeEvent.Type
Returns the enum constant of this class with the specified name.static ProbeEvent.Type[]
ProbeEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ProbeListenerSupport.fireProbeEvent
(Object source, List<?> probedObject, ProbeEvent.Type type) Broadcast a probe event consisting of the specified source, probed object and type to the current list of probe listeners.ModifierConstructorDescriptionProbeEvent
(Object source, List<?> probedObjects, ProbeEvent.Type type)