public class Controller extends Object implements MVCComponent
PlatformService
annotation to ensure the correct lifecycle management of this component.Modifier and Type | Field and Description |
---|---|
protected Model |
model |
protected Platform |
platform |
protected View |
view |
Constructor and Description |
---|
Controller() |
Modifier and Type | Method and Description |
---|---|
void |
create() |
void |
destroy() |
protected void |
init() |
void |
init(Platform platform,
Model model,
View view) |
void |
start() |
void |
stop() |
void |
viewStarted() |
void |
viewStopped() |
Copyright © 2017. All rights reserved.