| Package | Description |
|---|---|
| demo.controller | |
| demo.model | |
| extVisitor |
| Modifier and Type | Field and Description |
|---|---|
private DemoFrame<IHost,ExtVisitor> |
Controller.view |
| Modifier and Type | Method and Description |
|---|---|
IHost |
DemoModel.makeHost(java.lang.String id)
Returns a new IHost with the given id
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
DemoModel.run(IHost host,
IExtVisitor visitor)
Execute the given visitor on the given host, with no input parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
IExtVisitorCmd.apply(java.lang.String id,
IHost host,
java.lang.Object... params)
The method called when this command is executed.
|
java.lang.Object |
IExtVisitor.caseAt(java.lang.String id,
IHost host,
java.lang.Object... params)
The parameterized case method that the host calls, handing it its ID.
|
java.lang.Object |
ExtVisitor.caseAt(java.lang.String id,
IHost host,
java.lang.Object... params) |