avrora.monitors
Class TraceMonitor.Monitor.EndProbe

java.lang.Object
  extended byavrora.sim.Simulator.Probe.Empty
      extended byavrora.monitors.TraceMonitor.Monitor.EndProbe
All Implemented Interfaces:
Simulator.Probe
Enclosing class:
TraceMonitor.Monitor

public class TraceMonitor.Monitor.EndProbe
extends Simulator.Probe.Empty


Nested Class Summary
 
Nested classes inherited from class avrora.sim.Simulator.Probe
Simulator.Probe.Empty
 
Method Summary
 void fireAfter(State s, int addr)
          The fireAfter() method is called after the probed instruction executes.
 
Methods inherited from class avrora.sim.Simulator.Probe.Empty
fireBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fireAfter

public void fireAfter(State s,
                      int addr)
Description copied from class: Simulator.Probe.Empty
The fireAfter() method is called after the probed instruction executes. In the implementation of the Empty probe, this method is empty.

Specified by:
fireAfter in interface Simulator.Probe
Overrides:
fireAfter in class Simulator.Probe.Empty
Parameters:
s - the state of the simulation
addr - the address at which this instruction resides