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

com.imagine.component.calendar.events
Class CalendarEventMouseMotionAction

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

public class CalendarEventMouseMotionAction
extends CalendarEvent

Describes the event that a Mouse Motion Action was performed.


Constructor Summary
CalendarEventMouseMotionAction(CalendarComponent calendarComponent, 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.CalendarEvent
getCalendarComponent
 
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,
                                      MouseMotionEventType mouseMotionEventType,
                                      java.awt.event.MouseEvent mouseEvent)
Create a CalendarEventMouseMotionAction event.

Parameters:
calendarComponent - The parent CalendarComponent object.
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.

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