public final class DemoController1 extends Object implements DemoController
| Constructor and Description |
|---|
DemoController1(DemoModel model,
DemoView view)
Constructor; connects
this to the model and view it coordinates. |
| Modifier and Type | Method and Description |
|---|---|
void |
processCopyEvent(String input)
Processes copy event.
|
void |
processResetEvent()
Processes reset event.
|
public void processResetEvent()
processResetEvent in interface DemoControllerpublic void processCopyEvent(String input)
processCopyEvent in interface DemoControllerinput - value of input text (provided by view)