com.googlecode.jpattern.gwt.client.presenter
Class NullPresenter
java.lang.Object
com.googlecode.jpattern.gwt.client.presenter.NullPresenter
- All Implemented Interfaces:
- IPresenter
public class NullPresenter
- extends Object
- implements IPresenter
- Author:
- Francesco Cina'
|
Method Summary |
void |
go(com.google.gwt.user.client.ui.HasWidgets container)
|
void |
onEventError(List<com.googlecode.jpattern.shared.result.IErrorMessage> errorMessages)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullPresenter
public NullPresenter()
go
public void go(com.google.gwt.user.client.ui.HasWidgets container)
- Specified by:
go in interface IPresenter
onEventError
public void onEventError(List<com.googlecode.jpattern.shared.result.IErrorMessage> errorMessages)
- Specified by:
onEventError in interface IPresenter
Copyright © 2011. All Rights Reserved.