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

com.imagine.component.calendar.events
Class CalendarEventSkinPropertyChanged

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

public class CalendarEventSkinPropertyChanged
extends CalendarEvent

Describes the event that a property of the calendar skin has changed.


Constructor Summary
CalendarEventSkinPropertyChanged(CalendarComponent calendarComponent, CalendarProperty calendarProperty, java.lang.Object propertyValue)
          Create a CalendarEventSkinPropertyChanged event.
 
Method Summary
 CalendarProperty getCalendarProperty()
          Get the skin property that has changed.
 java.lang.Object getPropertyValue()
          Get the new property value.
 
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

CalendarEventSkinPropertyChanged

public CalendarEventSkinPropertyChanged(CalendarComponent calendarComponent,
                                        CalendarProperty calendarProperty,
                                        java.lang.Object propertyValue)
Create a CalendarEventSkinPropertyChanged event.

Parameters:
calendarComponent - The parent CalendarComponent object.
Method Detail

getCalendarProperty

public CalendarProperty getCalendarProperty()
Get the skin property that has changed.

Returns:
The skin property that has changed.

getPropertyValue

public java.lang.Object getPropertyValue()
Get the new property value.

Returns:
The new property value.

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