com.droplets.api.event
Interface PreviewListener

All Superinterfaces:
java.util.EventListener

public interface PreviewListener
extends java.util.EventListener

Interface to be implemented by objects interested in receiving previews of the value of a TextField in order to use the autocomplete feature. See TextField for details.


Method Summary
 void preview(PreviewEvent event)
          Called when the user types a new character into the TextField, provided that the sendPreview property is on.
 

Method Detail

preview

public void preview(PreviewEvent event)
Called when the user types a new character into the TextField, provided that the sendPreview property is on.
Parameters:
event - the event


Copyright © Droplets, 2001. All Rights Reserved.