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

com.imagine.component.calendar.events
Class CalendarEventKeyAction

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

public class CalendarEventKeyAction
extends CalendarEvent

Describes the event that a Key Action was performed.


Constructor Summary
CalendarEventKeyAction(CalendarComponent calendarComponent, KeyEventType keyEventType, java.awt.event.KeyEvent keyEvent)
          Create a CalendarEventKeyAction event.
 
Method Summary
 java.awt.event.KeyEvent getKeyEvent()
          Get the keyEvent associated.
 KeyEventType getKeyEventType()
          Get the keyEventType 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

CalendarEventKeyAction

public CalendarEventKeyAction(CalendarComponent calendarComponent,
                              KeyEventType keyEventType,
                              java.awt.event.KeyEvent keyEvent)
Create a CalendarEventKeyAction event.

Parameters:
calendarComponent - The parent CalendarComponent object.
keyEventType - The key event type.
keyEvent - The key event associated.
Method Detail

getKeyEvent

public java.awt.event.KeyEvent getKeyEvent()
Get the keyEvent associated.

Returns:
The keyEvent asssociated.

getKeyEventType

public KeyEventType getKeyEventType()
Get the keyEventType associated.

Returns:
The keyEventType asssociated.

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