simkin.examples.helloworld_midp
Class HelloScreen
java.lang.Object
|
+--List
|
+--simkin.examples.helloworld_midp.HelloScreen
- All Implemented Interfaces:
- TraceCallback
- public class HelloScreen
- extends List
- implements TraceCallback
This class shows a screen which catches Trace output from the Simkin interpreter and puts it into a list box
- See Also:
- Serialized Form
Method Summary |
void |
commandAction(Command c,
Displayable d)
|
void |
trace(java.lang.Exception e)
this method is called an exception is shown in the trace |
void |
trace(java.lang.String msg)
this method is called when a trace message is generated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelloScreen
public HelloScreen(HelloWorld mid)
trace
public void trace(java.lang.String msg)
- Description copied from interface:
TraceCallback
- this method is called when a trace message is generated.
- Specified by:
trace
in interface TraceCallback
trace
public void trace(java.lang.Exception e)
- Description copied from interface:
TraceCallback
- this method is called an exception is shown in the trace
- Specified by:
trace
in interface TraceCallback
commandAction
public void commandAction(Command c,
Displayable d)