semorg.gui.util
Interface CalendarControl.SWTCalendarPopupListener
- All Superinterfaces:
- EventListener, org.eclipse.swt.internal.SWTEventListener
- Enclosing class:
- CalendarControl
public static interface CalendarControl.SWTCalendarPopupListener
- extends org.eclipse.swt.internal.SWTEventListener
The listener interface for receiving SWTCalendarPopup events. The class
that is interested in processing a SWTCalendarPopup event implements this
interface, and the object created with that class is registered with a
component using the component's
addSWTCalendarPopupListener method. When
the SWTCalendarPopup event occurs, that object's appropriate
method is invoked.
popupOpened
void popupOpened(CalendarControl.SWTCalendarEvent event)
- Is called when the Popup is opened.
- Parameters:
event
- the event
popupClosed
void popupClosed(CalendarControl.SWTCalendarEvent event)
- Is called when the Popup is closed.
- Parameters:
event
- the event