Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/forms/IExceptionHandler.java
12 12

  
13 13

  
14 14
/**
15
 * <p>IExceptionHandler interface.</p>
16
 *
15 17
 * @author n.hoffmann
16 18
 * @created Oct 26, 2010
17 19
 * @version 1.0
18 20
 */
19 21
public interface IExceptionHandler {
20 22

  
23
	/**
24
	 * <p>handleException</p>
25
	 *
26
	 * @param event a {@link eu.etaxonomy.taxeditor.forms.CdmPropertyChangeEvent} object.
27
	 */
21 28
	void handleException(CdmPropertyChangeEvent event);
22 29
	
30
	/**
31
	 * <p>clearException</p>
32
	 */
23 33
	void clearException();
24 34
}

Also available in: Unified diff