jmce - 1_02

jmce.sim
Interface BreakPointListener

All Known Implementing Classes:
AbstractCPU, Altair, AT89C51RD2, CMON51, Diseqc, I8080, I8086, Imsai, LPC764, LPC900, LPC936, M6502, M68HC05, M68HC08, MCS51, MCS52, P2000T, PCXT, S400, Spectrum, Spectrum128K, Spectrum48K, V8052, VIC20, Yaze, Z80, Z80Pack

public interface BreakPointListener

Listener for break point.

When a break point is detected the BreakPoint call all BreakPointListener registered.

Version:
1.00
Author:
Mario Viara

Method Summary
 void breakPointEvent(BreakPoint bp, java.lang.String msg)
          Break point event.
 

Method Detail

breakPointEvent

void breakPointEvent(BreakPoint bp,
                     java.lang.String msg)
Break point event. This listener will be called from the BreakPoint class when a new break point is detect.

Parameters:
bp - - Source BreakPoint
msg - - Short description of the breakpoint.

jmce - 1_02