| Package | Description |
|---|---|
| demo.controller | |
| demo.model |
| Modifier and Type | Field and Description |
|---|---|
private DemoFrame<IHost,ExtVisitor> |
Controller.view |
| Modifier and Type | Method and Description |
|---|---|
ExtVisitor |
DemoModel.makeVisitor(java.lang.String name)
Return a new visitor with the given name
|
| Modifier and Type | Method and Description |
|---|---|
void |
DemoModel.addCmd(ExtVisitor visitor,
java.lang.String id,
java.lang.String resultStr)
Add or replace a command in the given visitor that returns the given result string.
|