1 /***************************************2 * *3 * Nukes: The OpenSource CMS *4 * *5 * Distributable under GPL license. *6 * See terms of license at gnu.org. *7 * *8 ***************************************/9 10 package org.jboss.portal.common.command.result;11 12 /**13 * @author <a HREF="mailto:julien@jboss.org">Julien Viet</a>14 * @version $Revision: 1.1.1.1 $15 */16 public interface Result17 {18 ResultType getType();19 }20