ElegantJ Data Entry Masks Java API Specification v1.1

com.elegantj.util.calendar
Class DateChangedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.elegantj.util.calendar.DateChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class DateChangedEvent
extends java.util.EventObject

DateChangedEvent for the ExtCalendar

See Also:
Serialized Form

Constructor Summary
DateChangedEvent(java.lang.Object source, int year, int month, int date)
          Constructs the DateChangedEvent
 
Method Summary
 int getDate()
          Returns the date
 int getMonth()
          Returns the month
 java.lang.Object getSource()
          Returns the source of the event
 int getYear()
          Returns the year
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateChangedEvent

public DateChangedEvent(java.lang.Object source,
                        int year,
                        int month,
                        int date)
Constructs the DateChangedEvent

Parameters:
source - The source from which event is generated
year - The specifide year
month - The specifide month
date - The specifide date
Method Detail

getSource

public java.lang.Object getSource()
Returns the source of the event

Returns:
The source of the event

getYear

public int getYear()
Returns the year

Returns:
The year

getMonth

public int getMonth()
Returns the month

Returns:
The month

getDate

public int getDate()
Returns the date

Returns:
The date

ElegantJ Data Entry Masks Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.