com.droplets.api.event
Class ParseEditChoiceChangeEvent

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

public class ParseEditChoiceChangeEvent
extends java.util.EventObject

Event object that is used to notify an application that the selection in a ParseEditChoice has changed

See Also:
Serialized Form

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

ParseEditChoiceChangeEvent

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

getNewValue

public ParseEntry getNewValue()
Gets the new value.
Returns:
the component's new value


Copyright © Droplets, 2001. All Rights Reserved.