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

com.imagine.component.calendar.events
Class CalendarEventSkinStyleChanged

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

public class CalendarEventSkinStyleChanged
extends CalendarEvent

Describes the event that the calendar skin style has changed.


Constructor Summary
CalendarEventSkinStyleChanged(CalendarComponent calendarComponent, CalendarSkinStyle calendarSkinStyle)
          Create a CalendarEventSkinStyleChanged event.
 
Method Summary
 CalendarSkinStyle getCalendarSkinStyle()
          Returns the new value for the skin style.
 
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

CalendarEventSkinStyleChanged

public CalendarEventSkinStyleChanged(CalendarComponent calendarComponent,
                                     CalendarSkinStyle calendarSkinStyle)
Create a CalendarEventSkinStyleChanged event.

Parameters:
calendarComponent - The parent CalendarComponent object.
Method Detail

getCalendarSkinStyle

public CalendarSkinStyle getCalendarSkinStyle()
Returns the new value for the skin style.

Returns:
The new value for the skin style.

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