org.openbp.swing.components.popupfield
Interface PopupListener
- All Superinterfaces:
- java.util.EventListener
public interface PopupListener
- extends java.util.EventListener
Listener interface for popup listeners.
Popup events occurr when the popup menu of a JSelectionField is opened or closed.
- Author:
- Heiko Erhardt
popupStateChanged
void popupStateChanged(PopupEvent e)
- Called if the state of the popup has changed.
- Parameters:
e - Event containing more information
Copyright © 2011. All Rights Reserved.