edu.cmu.emulator
Interface UserClassInterface


public interface UserClassInterface

Interface that user defined classes need to implement in order to be loaded into the system.


Method Summary
 void start(Emulator emulator, String[] args)
          This is the method that gets called by the classloader after loading the user defined classes.
 

Method Detail

start

void start(Emulator emulator,
           String[] args)
This is the method that gets called by the classloader after loading the user defined classes.

Parameters:
emulator - The Emulator object passed to the user class so that they have access to the internal data structures of the emulator.


Copyright © 2013. All Rights Reserved.