com.droplets.api.event
Class DateChooserEvent

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

public class DateChooserEvent
extends java.util.EventObject

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

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DateChooserEvent(java.lang.Object o, java.util.Calendar newValue)
          Constructs a new DateChooserEvent.
 
Method Summary
 java.util.Calendar getNewValue()
          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

DateChooserEvent

public DateChooserEvent(java.lang.Object o,
                        java.util.Calendar newValue)
Constructs a new DateChooserEvent.
Parameters:
o - the Component/Window that is being listened to
newValue - the new value
Method Detail

getNewValue

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


Copyright © Droplets, 2001. All Rights Reserved.