Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.events
Class CalendarEventMouseMotionAction

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

public class CalendarEventMouseMotionAction
extends CalendarEventInputAction

Describes the event that a Mouse Motion Action was performed.


Constructor Summary
CalendarEventMouseMotionAction(CalendarComponent calendarComponent, CalendarPartInfo calendarPartInfo, MouseMotionEventType mouseMotionEventType, java.awt.event.MouseEvent mouseEvent)
          Create a CalendarEventMouseMotionAction event.
 
Method Summary
 java.awt.event.MouseEvent getMouseEvent()
          Get the mouseEvent associated.
 MouseMotionEventType getMouseMotionEventType()
          Get the mouseMotionEventType 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

CalendarEventMouseMotionAction

public CalendarEventMouseMotionAction(CalendarComponent calendarComponent,
                                      CalendarPartInfo calendarPartInfo,
                                      MouseMotionEventType mouseMotionEventType,
                                      java.awt.event.MouseEvent mouseEvent)
Create a CalendarEventMouseMotionAction event.

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

getMouseEvent

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

Returns:
The mouseEvent asssociated.

getMouseMotionEventType

public MouseMotionEventType getMouseMotionEventType()
Get the mouseMotionEventType associated.

Returns:
The mouseMotionEventType asssociated.

Calendar Component v5.1
www.calendarcomponent.com