public interface MVCProvider extends MVCComponent
MVCComponent
s.
The instances provided by this provider must be always the same reference
at each invocation of the getters, in other words, they are expected
to be singletons.Modifier and Type | Method and Description |
---|---|
Controller |
getController() |
Model |
getModel() |
View |
getView() |
Controller getController()
View getView()
Model getModel()
Copyright © 2017. All rights reserved.