com.alee.managers.popup
Class PopupAdapter

java.lang.Object
  extended by com.alee.managers.popup.PopupAdapter
All Implemented Interfaces:
PopupListener, java.util.EventListener

public abstract class PopupAdapter
extends java.lang.Object
implements PopupListener

User: mgarin Date: 04.06.12 Time: 12:39


Constructor Summary
PopupAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupAdapter

public PopupAdapter()
Method Detail

popupWillBeOpened

public void popupWillBeOpened()
Description copied from interface: PopupListener
Notifies that popup will now be opened.

Specified by:
popupWillBeOpened in interface PopupListener

popupOpened

public void popupOpened()
Description copied from interface: PopupListener
Notifies that popup was opened.

Specified by:
popupOpened in interface PopupListener

popupWillBeClosed

public void popupWillBeClosed()
Description copied from interface: PopupListener
Notifies that popup will now be closed.

Specified by:
popupWillBeClosed in interface PopupListener

popupClosed

public void popupClosed()
Description copied from interface: PopupListener
Notifies that popup was closed.

Specified by:
popupClosed in interface PopupListener