public interface ShortcutsListener
extends java.util.EventListener
Shortcut
changes.Modifier and Type | Method and Description |
---|---|
void |
shortcutAdded(@NotNull ShortcutSlot shortcutSlot,
@NotNull Shortcut shortcut)
A shortcut has been added.
|
void |
shortcutRemoved(@NotNull ShortcutSlot shortcutSlot,
@NotNull Shortcut shortcut)
A shortcut has been removed.
|
void shortcutAdded(@NotNull @NotNull ShortcutSlot shortcutSlot, @NotNull @NotNull Shortcut shortcut)
shortcutSlot
- the shortcut slotshortcut
- the shortcut instancevoid shortcutRemoved(@NotNull @NotNull ShortcutSlot shortcutSlot, @NotNull @NotNull Shortcut shortcut)
shortcutSlot
- the shortcut slotshortcut
- the shortcut instance