jmce - 1_02

jmce.sim
Interface LoadableListener


public interface LoadableListener

File loader listener. This interface is used to be notified before and after a file is loaded in the CPU.

Since:
1.02
Author:
Mario Viara

Method Summary
 void endLoad(CPU cpu, LoadInfo info)
           
 void startLoad(CPU cpu)
           
 

Method Detail

startLoad

void startLoad(CPU cpu)

endLoad

void endLoad(CPU cpu,
             LoadInfo info)

jmce - 1_02