KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > fr > improve > struts > taglib > layout > pager > PagerStatusListener


1 package fr.improve.struts.taglib.layout.pager;
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 PagerStatusListener {
14     public Object JavaDoc processPagerStatusEvent(PagerStatusEvent in_event) throws JspException JavaDoc;
15 }
16
Popular Tags