|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectij.macro.MacroRunner
public class MacroRunner
This class runs macros in a separate thread.
| Constructor Summary | |
|---|---|
MacroRunner(java.io.File file)
Create a new object that interprets macro source in a separate thread. |
|
MacroRunner(Program pgm,
int address,
java.lang.String name)
Create a new object that runs a tokenized macro in a separate thread. |
|
MacroRunner(java.lang.String macro)
Create a new object that interprets macro source in a separate thread. |
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MacroRunner(java.lang.String macro)
public MacroRunner(java.io.File file)
public MacroRunner(Program pgm,
int address,
java.lang.String name)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||