public class EditComponentAdapter extends java.lang.Object implements EditComponentListener
Constructor and Description |
---|
EditComponentAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
textChanged(java.lang.Object sender,
ComponentTextEvent e)
Raised when the text is changed.
|
void |
textChanging(java.lang.Object sender,
ComponentTextValidationEvent e)
Raised when the text is about to be changed.
|
public void textChanged(java.lang.Object sender, ComponentTextEvent e)
textChanged
in interface EditComponentListener
sender
- The component that raises the event.e
- An object providing information about the event.public void textChanging(java.lang.Object sender, ComponentTextValidationEvent e)
textChanging
in interface EditComponentListener
sender
- The component that raises the event.e
- An object providing information about the event.