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

com.imagine.component.calendar.events
Class CalendarEventHoverEffectStatusChanged

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

public class CalendarEventHoverEffectStatusChanged
extends CalendarEvent

Describes the event that the hover effect status is changed.


Constructor Summary
CalendarEventHoverEffectStatusChanged(CalendarComponent calendarComponent, boolean hoverEffectStatus)
          Create a CalendarEventGridVisibleStatusChanged event.
 
Method Summary
 boolean getHoverEffectStatus()
          Get the value for hoverEffectStatus.
 
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

CalendarEventHoverEffectStatusChanged

public CalendarEventHoverEffectStatusChanged(CalendarComponent calendarComponent,
                                             boolean hoverEffectStatus)
Create a CalendarEventGridVisibleStatusChanged event.

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

getHoverEffectStatus

public boolean getHoverEffectStatus()
Get the value for hoverEffectStatus.

Returns:
The value for hoverEffectStatus.

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