com.alee.utils.swing
Interface PopupListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PopupAdapter

public interface PopupListener
extends java.util.EventListener

Basic listener for any popup.

Author:
Mikle Garin
See Also:
WebPopup

Method Summary
 void popupClosed()
          Notifies that popup was closed.
 void popupOpened()
          Notifies that popup was opened.
 void popupWillBeClosed()
          Notifies that popup will now be closed.
 void popupWillBeOpened()
          Notifies that popup will now be opened.
 

Method Detail

popupWillBeOpened

void popupWillBeOpened()
Notifies that popup will now be opened.


popupOpened

void popupOpened()
Notifies that popup was opened.


popupWillBeClosed

void popupWillBeClosed()
Notifies that popup will now be closed.


popupClosed

void popupClosed()
Notifies that popup was closed.