Uses of Interface
com.googlecode.jpattern.gwt.client.presenter.IPresenter

Packages that use IPresenter
com.googlecode.jpattern.gwt.client.event   
com.googlecode.jpattern.gwt.client.presenter   
com.googlecode.jpattern.gwt.client.view   
 

Uses of IPresenter in com.googlecode.jpattern.gwt.client.event
 

Constructors in com.googlecode.jpattern.gwt.client.event with parameters of type IPresenter
AEvent(IPresenter presenter)
           
 

Uses of IPresenter in com.googlecode.jpattern.gwt.client.presenter
 

Classes in com.googlecode.jpattern.gwt.client.presenter that implement IPresenter
 class APresenter<T extends IView>
           
 class NullPresenter
           
 

Uses of IPresenter in com.googlecode.jpattern.gwt.client.view
 

Classes in com.googlecode.jpattern.gwt.client.view with type parameters of type IPresenter
 class AGwtView<T extends IPresenter>
           
 

Methods in com.googlecode.jpattern.gwt.client.view that return IPresenter
 IPresenter IView.getPresenter()
           
 

Methods in com.googlecode.jpattern.gwt.client.view with parameters of type IPresenter
 void AGwtView.visit(IPresenter presenter)
           
 void IView.visit(IPresenter presenter)
           
 



Copyright © 2011. All Rights Reserved.