Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.selection
Class CalendarSelectionModelAdapter

java.lang.Object
  extended bycom.imagine.component.calendar.selection.CalendarSelectionModelAdapter

public class CalendarSelectionModelAdapter
extends java.lang.Object

Adapter class to handle the selection model listeners.


Constructor Summary
CalendarSelectionModelAdapter()
           
 
Method Summary
 void addCalendarSelectionListener(CalendarSelectionListener calendarSelectionListener)
          Add a calendar component listener.
 boolean removeCalendarSelectionListener(CalendarSelectionListener calendarSelectionListener)
          Remove a calendar component listener.
 void selectionChanged(CalendarSelectionModel calendarSelectionModel)
          Called when the selection is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarSelectionModelAdapter

public CalendarSelectionModelAdapter()
Method Detail

addCalendarSelectionListener

public void addCalendarSelectionListener(CalendarSelectionListener calendarSelectionListener)
Add a calendar component listener.

Parameters:
calendarSelectionListener - The calendar component listener to be added.

removeCalendarSelectionListener

public boolean removeCalendarSelectionListener(CalendarSelectionListener calendarSelectionListener)
Remove a calendar component listener.

Parameters:
calendarSelectionListener - The calendar component listener to be removed.

selectionChanged

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

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

Calendar Component v5.1
www.calendarcomponent.com