| Modifier and Type | Class and Description |
|---|---|
class |
DemoController1
Controller class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DemoView.registerObserver(DemoController controller)
Register argument as observer/listener of this; this must be done first,
before any other methods of this class are called.
|
void |
DemoView1.registerObserver(DemoController controller)
Register argument as observer/listener of this; this must be done first,
before any other methods of this class are called.
|