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

com.imagine.component.calendar.events
Class CalendarEventMouseAction

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

public class CalendarEventMouseAction
extends CalendarEvent

Describes the event that a Mouse Action was performed.


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

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

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