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 ShutdownListener15 {16 public void shutdownTest() throws Exception ;17 }18