com.droplets.api.event
Interface ParseEditChoiceChangeListener

All Superinterfaces:
java.util.EventListener

public interface ParseEditChoiceChangeListener
extends java.util.EventListener

Interface to be implemented by objects interested in being notified when the date value of a ParseEditChoice changes.


Method Summary
 void parseEditChoiceChanged(ParseEditChoiceChangeEvent event)
          Indicates that a ParseEditChoice has changed.
 

Method Detail

parseEditChoiceChanged

public void parseEditChoiceChanged(ParseEditChoiceChangeEvent event)
Indicates that a ParseEditChoice has changed.
Parameters:
event - the event object


Copyright © Droplets, 2001. All Rights Reserved.