ccc.client.validation
Interface ErrorReporter


Deprecated.

@Deprecated
public interface ErrorReporter

API for reporting validation errors.

Author:
Civic Computing Ltd.

Method Summary
 void report(java.util.List<java.lang.String> errors)
          Deprecated. Report the specified errors.
 

Method Detail

report

void report(java.util.List<java.lang.String> errors)
Deprecated. 
Report the specified errors.

Parameters:
errors - The errors, as a list of strings.


Copyright © 2010. All Rights Reserved.