public abstract class ASimpleMVCPluginModel<V extends ASimpleMVCPluginView<?,?,?>,C extends ASimpleMVCPluginController<?,?>> extends java.lang.Object implements IGUIPluginModel
| Constructor and Description |
|---|
ASimpleMVCPluginModel() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
clear() |
C |
getController() |
V |
getView() |
void |
setController(C controller) |
void |
setView(V view) |