JDatePicker v4.3.25

com.standbysoft.component.date.swing.event
Interface PopupListener

All Superinterfaces:
java.util.EventListener

public interface PopupListener
extends java.util.EventListener

A PopupListener can be any object that wants to receive notifications when the visibility of a Popup changes.


Method Summary
 void popupWillBecomeInvisible(PopupEvent evt)
          Notifies when the popup is about to become invisible.
 void popupWillBecomeVisible(PopupEvent evt)
          Notifies when the popup is about to become visible.
 void visibleChanged(PopupEvent evt)
          Notifies when the visibility of the popup changed.
 

Method Detail

popupWillBecomeVisible

void popupWillBecomeVisible(PopupEvent evt)
Notifies when the popup is about to become visible.


popupWillBecomeInvisible

void popupWillBecomeInvisible(PopupEvent evt)
Notifies when the popup is about to become invisible.


visibleChanged

void visibleChanged(PopupEvent evt)
Notifies when the visibility of the popup changed.


JDatePicker v4.3.25

Visit www.jdatepicker.com for further information or send us your suggestions.

Copyright © 2003-2010 Elmro Ltd. All Rights Reserved.