miSim

misim
Interface ResetListener

All Known Implementing Classes:
LCDPlugin, PIC84_EECon1

public interface ResetListener

The ResetListener interface allows a class to respond to reset events for the processor.


Method Summary
 void reset(int resetType)
          The processor has been reset
 

Method Detail

reset

public void reset(int resetType)
The processor has been reset
Parameters:
resetType - The type of the reset that has ocurred.

miSim