|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void start(Emulator emulator, String[] args)
emulator
- The Emulator object passed to the user class
so that they have access to the internal
data structures of the emulator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |