KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > remoting > ShutdownListener


1 /***************************************
2  * *
3  * JBoss: The OpenSource J2EE WebOS *
4  * *
5  * Distributable under LGPL license. *
6  * See terms of license at gnu.org. *
7  * *
8  ***************************************/

9 package org.jboss.test.remoting;
10
11 /**
12  * @author <a HREF="mailto:telrod@e2technologies.net">Tom Elrod</a>
13  */

14 public interface ShutdownListener
15 {
16    public void shutdownTest() throws Exception JavaDoc;
17 }
18
Popular Tags