| TreeNodeMenuEntry.java |
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.console.manager.interfaces;
/**
* Tag interface used to mark entries that can appear while
* right-clicking on an entry of the tree-browser
*
* @see
*
* @author <a href="mailto:sacha.labourey@cogito-info.ch">Sacha Labourey</a>.
* @version $Revision: 1.4 $
*
* <p><b>Revisions:</b>
*
* <p><b>14 decembre 2002 Sacha Labourey:</b>
* <ul>
* <li> First implementation </li>
* </ul>
*/
public interface TreeNodeMenuEntry
extends java.io.Serializable
{
}
| TreeNodeMenuEntry.java |