// ********************************************************************** // // <copyright> // // BBN Technologies // 10 Moulton Street // Cambridge, MA 02138 // (617) 873-8000 // // Copyright (C) BBNT Solutions LLC. All rights reserved. // // </copyright> // ********************************************************************** // // $Source: /cvs/distapps/openmap/src/openmap/com/bbn/openmap/gui/HelpMenu.java,v $ // $RCSfile: HelpMenu.java,v $ // $Revision: 1.2 $ // $Date: 2004/10/14 18:05:48 $ // $Author: dietrick $ // // ********************************************************************** package com.bbn.openmap.gui; /** * This interface is to be used by objects added to the OpenMap * BeanContext. An object implementing this interface would be added * as HelpMenu in MenuBar. As of now, it will always be last menu in * the MenuBar. */ public interface HelpMenu { }