Module openj9.dtfj

Interface Emulator.TraceListener

All Superinterfaces:
Emulator.BranchTraceListener
Enclosing interface:
Emulator

public static interface Emulator.TraceListener extends Emulator.BranchTraceListener
This interface is implemented by users who want to receive trace events. One of its methods will be called for every instruction executed. These methods are called after the emulator machine state has been updated, so if for instance you want to see the resulting condition code you could call the emulator Emulator.getConditionCode() method.