KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > fr > improve > struts > taglib > layout > event > ErrorEventListener


1 package fr.improve.struts.taglib.layout.event;
2
3 import javax.servlet.jsp.JspException JavaDoc;
4
5 /**
6  * @author jnribette
7  *
8  * To change this generated comment edit the template variable "typecomment":
9  * Window>Preferences>Java>Templates.
10  * To enable and disable the creation of type comments go to
11  * Window>Preferences>Java>Code Generation.
12  */

13 public interface ErrorEventListener {
14     public void processErrorEvent(ErrorEvent in_event) throws JspException JavaDoc;
15 }
16
Popular Tags