@FunctionalInterface public interface DomEventListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(DomEvent event)
Invoked when a DOM event has been fired.
|
void handleEvent(DomEvent event)
event - the fired eventCopyright © 2025. All rights reserved.