net.openai.ai.nn.gui.widgets
Interface AIPopupMenuListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- NetworkTools
- public interface AIPopupMenuListener
- extends java.util.EventListener
Listenerinterface for simple Popup-Menus
- Version:
- $Id: AIPopupMenuListener.java,v 1.1 2002/02/28 17:12:14 tweber Exp $
History:
$Log: AIPopupMenuListener.java,v $
Revision 1.1 2002/02/28 17:12:14 tweber
moved to .widget package
Revision 1.3 2002/02/14 23:22:47 gleo
Jindent run through.
Revision 1.2 2002/02/13 09:13:12 tweber
Reformated by Jindent
Revision 1.1 2002/01/15 23:31:41 gleo
adding files to conform to naming conventions and some new updates
- Author:
- Thomas Weber
Method Summary |
void |
Popup_Clicked(java.awt.event.ActionEvent e)
Popup_Clicked gets called when one popup-entry gets selected. |
Popup_Clicked
public void Popup_Clicked(java.awt.event.ActionEvent e)
- Popup_Clicked gets called when one popup-entry gets selected.
The ActionCommand in the ActionEvent is set to the menus-name.
Copyright - 2001 OpenAI Labs. All Rights Reserved.