echopointng.model
Interface CalendarSelectionListener

All Superinterfaces:
java.util.EventListener

public interface CalendarSelectionListener
extends java.util.EventListener

CalendarSelectionListener listeners to a CalendarSelectionModel.


Method Summary
 void displayedDateChange(CalendarEvent calEvent)
          This is raised when the displayed Date of of the CalendarSelectionModel changes
 void selectedDateChange(CalendarEvent calEvent)
          This is raised when the selected Date of of the CalendarSelectionModel changes
 

Method Detail

selectedDateChange

void selectedDateChange(CalendarEvent calEvent)
This is raised when the selected Date of of the CalendarSelectionModel changes

Parameters:
calEvent - - the CalendarEvent containing the new selected date

displayedDateChange

void displayedDateChange(CalendarEvent calEvent)
This is raised when the displayed Date of of the CalendarSelectionModel changes

Parameters:
calEvent - - the CalendarEvent containing the new selected date