com.droplets.api.event
Class CalendarChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.droplets.api.event.CalendarChangeEvent
All Implemented Interfaces:
java.io.Serializable

Deprecated. Use DateChooserEvent instead.

Event object that is used to notify an application that the date in a CalendarWindow has changed

public class CalendarChangeEvent
extends java.util.EventObject

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CalendarChangeEvent(java.lang.Object o, java.util.Calendar newValue)
          Deprecated. Constructs a new CalendarChangeEvent.
 
Method Summary
 java.util.Calendar getNewValue()
          Deprecated. Gets the new value.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CalendarChangeEvent

public CalendarChangeEvent(java.lang.Object o,
                           java.util.Calendar newValue)
Deprecated. Constructs a new CalendarChangeEvent.

Parameters:
o - the Component/Window that is being listened to
newValue - the new value
Method Detail

getNewValue

public java.util.Calendar getNewValue()
Deprecated. 
Gets the new value.
Returns:
the component's new value


Copyright © Droplets, 2001. All Rights Reserved.