KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > directwebremoting > webwork > AjaxResult


1 package org.directwebremoting.webwork;
2
3 /**
4  * Marker interface for wrapped invocation results.
5  *
6  * @author <a HREF='mailto:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a>
7  */

8 public interface AjaxResult
9 {
10 }
11
Popular Tags