jmce - 1_02

jmce.sim
Interface ResetListener

All Known Implementing Classes:
AT24C16, BootLoader, CTC, Loadable, LoadableMemory, Memory, Memory128K, PersistentMemory, Ports, Spectrum, Spectrum128K, Spectrum48K, SysKit, Timer

public interface ResetListener

Reset listener.

This listener is called when a reset of the cpu occours.

Version:
1.00
Author:
Mario Viara

Method Summary
 void reset(CPU cpu)
           
 

Method Detail

reset

void reset(CPU cpu)
           throws SIMException
Throws:
SIMException

jmce - 1_02