Packagecom.ericfeminella.blogs.delegate
Interfacepublic interface IBlogLinksDelegate
ImplementorsBlogLinksDelegate

Delegate wrapper interface which provides three methods for accessing members of the MVC triad



Public Methods
 MethodDefined by
  
returns a reference to the Controller
IBlogLinksDelegate
  
returns a reference to the Model
IBlogLinksDelegate
  
returns a reference to the View
IBlogLinksDelegate
Method detail
getController()method
public function getController():BlogLinksController

returns a reference to the Controller

Returns
BlogLinksController
getModel()method 
public function getModel():BlogLinksModel

returns a reference to the Model

Returns
BlogLinksModel
getView()method 
public function getView():BlogLinksView

returns a reference to the View

Returns
BlogLinksView