Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.events
Class CalendarEventMouseAction

java.lang.Object
  extended bycom.imagine.component.calendar.events.CalendarEvent
      extended bycom.imagine.component.calendar.events.CalendarEventInputAction
          extended bycom.imagine.component.calendar.events.CalendarEventMouseAction

public class CalendarEventMouseAction
extends CalendarEventInputAction

Describes the event that a Mouse Action was performed.


Constructor Summary
CalendarEventMouseAction(CalendarComponent calendarComponent, CalendarPartInfo calendarPartInfo, MouseEventType mouseEventType, java.awt.event.MouseEvent mouseEvent)
          Create a CalendarEventMouseAction event.
 
Method Summary
 java.awt.event.MouseEvent getMouseEvent()
          Get the mouseEvent associated.
 MouseEventType getMouseEventType()
          Get the mouseEventType associated.
 
Methods inherited from class com.imagine.component.calendar.events.CalendarEventInputAction
getRelatedCalendarPartInfo
 
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

CalendarEventMouseAction

public CalendarEventMouseAction(CalendarComponent calendarComponent,
                                CalendarPartInfo calendarPartInfo,
                                MouseEventType mouseEventType,
                                java.awt.event.MouseEvent mouseEvent)
Create a CalendarEventMouseAction event.

Parameters:
calendarComponent - The parent CalendarComponent object.
calendarPartInfo - The calendarPartInfo related to the event.
mouseEventType - The mouse event type.
mouseEvent - The mouse event associated.
Method Detail

getMouseEvent

public java.awt.event.MouseEvent getMouseEvent()
Get the mouseEvent associated.

Returns:
The mouseEvent asssociated.

getMouseEventType

public MouseEventType getMouseEventType()
Get the mouseEventType associated.

Returns:
The mouseEventType asssociated.

Calendar Component v5.1
www.calendarcomponent.com