Class ASimpleMVCPluginModel<V extends ASimpleMVCPluginView<?,​?,​?>,​C extends ASimpleMVCPluginController<?,​?>>

    • Constructor Detail

      • ASimpleMVCPluginModel

        public ASimpleMVCPluginModel()
    • Method Detail

      • setView

        public void setView​(V view)
      • getView

        public V getView()
      • getController

        public C getController()
      • setController

        public void setController​(C controller)
      • clear

        public abstract void clear()