public interface ComponentValidationEventListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
validating(java.lang.Object sender,
ComponentValidationEvent e)
Raised when the component is about to lose input focus in order to validate it.
|
void validating(java.lang.Object sender, ComponentValidationEvent e)
sender
- The component that raises the event.e
- An object providing information about the event.