public interface FocusListener
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(Component cmp)
Invoked when component gains focus
|
void |
focusLost(Component cmp)
Invoked when component loses focus
|
Copyright © 2023. All rights reserved.