semorg.gui.util
Interface CalendarControl.SWTCalendarListener
- All Superinterfaces:
- EventListener, org.eclipse.swt.internal.SWTEventListener
- All Known Implementing Classes:
- AssociateWindow.InputChangedListener, ClientBookingWindow.InputChangedListener, ClientWindow.InputChangedListener, CompanyBookingWindow.InputChangedListener, CompanyInternalPresentationWindow.InputChangedListener, CompanyWindow.InputChangedListener, LecturerWindow.InputChangedListener, PublicPresentationWindow.InputChangedListener, SeminarTypeWindow.InputChangedListener
- Enclosing class:
- CalendarControl
public static interface CalendarControl.SWTCalendarListener
- extends org.eclipse.swt.internal.SWTEventListener
The listener interface for receiving SWTCalendar events. The class that
is interested in processing a SWTCalendar event implements this
interface, and the object created with that class is registered with a
component using the component's
addSWTCalendarListener method. When
the SWTCalendar event occurs, that object's appropriate
method is invoked.
- See Also:
CalendarControl.SWTCalendarEvent
dateChanged
void dateChanged(CalendarControl.SWTCalendarEvent event)
- Date changed.
- Parameters:
event
- the event