Java Calendar Component v3.1
www.java-calendar.com

com.imagine.component.calendar.selection
Interface CalendarSelectionListener


public interface CalendarSelectionListener

Defines a calendar selection listener.


Method Summary
 void selectionChanged(CalendarSelectionModel calendarSelectionModel)
          Called when the selection is changed.
 

Method Detail

selectionChanged

public void selectionChanged(CalendarSelectionModel calendarSelectionModel)
Called when the selection is changed.

Parameters:
calendarSelectionModel - The selection model for which the selection was changed.

Java Calendar Component v3.1
www.java-calendar.com