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

All Known Implementing Classes:
APresenter, NullPresenter

public interface IPresenter

Author:
Francesco Cina' 20 Apr 2011

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
 

Method Detail

onEventStart

void onEventStart()
Clear the error area before the execution of a new event


onEventError

void onEventError(List<com.googlecode.jpattern.shared.result.IErrorMessage> errorMessages)
Called by the IEvent when the result of the execution is not valid

Parameters:
errorMessages -


Copyright © 2011. All Rights Reserved.