Kaydet (Commit) 8a489574 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED

2004/03/12 16:17:02 rpiterman 1.1.2.2: documentation and small implementation-fixes
2003/11/05 14:16:06 rpiterman 1.1.2.1: An Interface which defines an object which saves errors (exceptions) during a process.
üst b7b70db4
/*
* Created on 14.10.2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package com.sun.star.wizards.web.status;
/**
* @author rpiterman
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public interface ErrorReporter {
public void error(Exception ex, Object arg, String st);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment