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 |
onEventError(List<com.googlecode.jpattern.shared.result.IErrorMessage> errorMessages)
Called by the IEvent when the result of the execution is not valid |
void |
onEventStart()
Clear the error area before the execution of a new event |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullPresenter
public NullPresenter()
onEventError
public void onEventError(List<com.googlecode.jpattern.shared.result.IErrorMessage> errorMessages)
- Description copied from interface:
IPresenter
- Called by the IEvent when the result of the execution is not valid
- Specified by:
onEventError in interface IPresenter
onEventStart
public void onEventStart()
- Description copied from interface:
IPresenter
- Clear the error area before the execution of a new event
- Specified by:
onEventStart in interface IPresenter
Copyright © 2011. All Rights Reserved.