Interface | Description |
---|---|
Controller<M extends Model,V extends View<M,?,?>> |
The interface Controller.
|
Model |
The interface Model.
|
ModuleModel |
The interface ModuleModel shall be implemented by main Model of a module.
|
NullController |
The class NullController, this kind of
Controller can be used into generic declaration when controller is omitted.. |
NullView |
The class NullView, this kind of
View can be used into generic declaration when view is omitted. |
View<M extends Model,N extends Node,C extends Controller<?,?>> |
The interface View.
|
Copyright © 2011–2016 JRebirth OSS. All rights reserved.