com.googlecode.jpattern.gwt.client.presenter
Class NullPresenter

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.presenter.NullPresenter
All Implemented Interfaces:
IPresenter

public class NullPresenter
extends Object
implements IPresenter

Author:
Francesco Cina'

Constructor Summary
NullPresenter()
           
 
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
 

Constructor Detail

NullPresenter

public NullPresenter()
Method Detail

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.