RePast
v. 2.0

uchicago.src.sim.util
Interface ProbeListener


public interface ProbeListener

The listener interface for receiving probe events. Classes that are interested in processing probe events signaling that an object is probed and when it is un or de-probed should implement this interface. The object created from that class is registered with ProbeUtilities.addProbeListener to receive ProbeEvents. When an object is probed the listener's objectProbed method will be called, and when an object is unprobed, the listener's objectUnprobed


Method Summary
 void objectProbed(ProbeEvent evt)
          Invoked when an object is probed.
 void objectUnprobed(ProbeEvent evt)
          Invoked when an object is un or de-probed.
 

Method Detail

objectProbed

public void objectProbed(ProbeEvent evt)
Invoked when an object is probed.


objectUnprobed

public void objectUnprobed(ProbeEvent evt)
Invoked when an object is un or de-probed.


RePast
v. 2.0

Bug reports and feature requests to RePast