T
- the type of the component returned at the
ComponentEvent.getSource()
public interface FocusNotifier<T extends Component> extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
FocusNotifier.FocusEvent<C extends Component>
Represents the DOM event "focus".
|
Modifier and Type | Method and Description |
---|---|
default Registration |
addFocusListener(ComponentEventListener<FocusNotifier.FocusEvent<T>> listener)
Add a listener to focus DOM events.
|
default Registration addFocusListener(ComponentEventListener<FocusNotifier.FocusEvent<T>> listener)
listener
- the focus listenerCopyright © 2023. All rights reserved.