Class ProbeEvent

java.lang.Object
repast.simphony.visualization.ProbeEvent

public class ProbeEvent extends Object
A semantic event indicating that a probe of an object has occured.
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Constructor Details

  • Method Details

    • getProbedObjects

      public List<?> getProbedObjects()
      Gets the list of objects that have been probed.
      Returns:
      the list of objects that have been probed.
    • getSource

      public Object 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

      public ProbeEvent.Type getType()
      Gets the type of this probe.
      Returns:
      the type of this probe.