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

com.imagine.component.calendar.events
Class CalendarEventLocaleChanged

java.lang.Object
  extended bycom.imagine.component.calendar.events.CalendarEvent
      extended bycom.imagine.component.calendar.events.CalendarEventLocaleChanged

public class CalendarEventLocaleChanged
extends CalendarEvent

Describes the event that the calendar locale is changed.


Constructor Summary
CalendarEventLocaleChanged(CalendarComponent calendarComponent, java.util.Locale locale)
          Create a CalendarEventLocaleChanged event.
 
Method Summary
 java.util.Locale getLocale()
          Get the value for locale.
 
Methods inherited from class com.imagine.component.calendar.events.CalendarEvent
getCalendarComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarEventLocaleChanged

public CalendarEventLocaleChanged(CalendarComponent calendarComponent,
                                  java.util.Locale locale)
Create a CalendarEventLocaleChanged event.

Parameters:
calendarComponent - The parent CalendarComponent object.
locale - The value for locale.
Method Detail

getLocale

public java.util.Locale getLocale()
Get the value for locale.

Returns:
The value for locale.

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