All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.taligent.widget.event.MaskedTextFieldListener

public interface MaskedTextFieldListener
extends EventListener
Masked text field event listener interface.

Version:
1.0
Author:
Andy Clark, Taligent Inc.
See Also:
MaskedTextField, MaskedTextFieldEvent

Method Index

 o textInvalidated(MaskedTextFieldEvent)
The current text input has made the text invalid.
 o textValidated(MaskedTextFieldEvent)
The current text input has made the text valid.

Methods

 o textValidated
 public abstract void textValidated(MaskedTextFieldEvent evt)
The current text input has made the text valid.

 o textInvalidated
 public abstract void textInvalidated(MaskedTextFieldEvent evt)
The current text input has made the text invalid.


All Packages  Class Hierarchy  This Package  Previous  Next  Index