public static interface Action.ShortcutNotifier extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Registration |
addShortcutListener(ShortcutListener shortcut)
Add a shortcut listener and return a registration object for
unregistering it.
|
void |
removeShortcutListener(ShortcutListener shortcut)
Deprecated.
As of 8.0, replaced by
Registration.remove() in
the registration object returned from
addShortcutListener(ShortcutListener). |
Registration addShortcutListener(ShortcutListener shortcut)
shortcut - listener to add@Deprecated void removeShortcutListener(ShortcutListener shortcut)
Registration.remove() in
the registration object returned from
addShortcutListener(ShortcutListener).Copyright © 2019 Vaadin Ltd. All rights reserved.