Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.events
Class CalendarEventInterColumnsSpacingChanged

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

public class CalendarEventInterColumnsSpacingChanged
extends CalendarEvent

Describes the event that the inter columns spacing is changed.


Constructor Summary
CalendarEventInterColumnsSpacingChanged(CalendarComponent calendarComponent, int interColumnsSpacing)
          Create a CalendarEventInterColumnsSpacingChanged event.
 
Method Summary
 int getInterColumnsSpacing()
          Get the value for interColumnsSpacing.
 
Methods inherited from class com.imagine.component.calendar.events.CalendarEvent
consume, getCalendarComponent, isConsumed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarEventInterColumnsSpacingChanged

public CalendarEventInterColumnsSpacingChanged(CalendarComponent calendarComponent,
                                               int interColumnsSpacing)
Create a CalendarEventInterColumnsSpacingChanged event.

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

getInterColumnsSpacing

public int getInterColumnsSpacing()
Get the value for interColumnsSpacing.

Returns:
The value for interColumnsSpacing.

Calendar Component v5.1
www.calendarcomponent.com