jmce - 1_02

jmce.sim
Interface ExceptionListener

All Known Implementing Classes:
JDebug, Jmce, JMonitor, Monitor

public interface ExceptionListener

Listener for exception.

This listener is used to receive ExceptionEvent from a running CPU.

Version:
1.00
Author:
Mario Viara

Method Summary
 void exceptionEvent(ExceptionEvent ev)
           
 

Method Detail

exceptionEvent

void exceptionEvent(ExceptionEvent ev)

jmce - 1_02