|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagine.component.calendar.events.CalendarEvent
com.imagine.component.calendar.events.CalendarEventSkinPropertyChanged
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 |
public CalendarEventSkinPropertyChanged(CalendarComponent calendarComponent, CalendarProperty calendarProperty, java.lang.Object propertyValue)
calendarComponent
- The parent CalendarComponent object.Method Detail |
public CalendarProperty getCalendarProperty()
public java.lang.Object getPropertyValue()
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |