Interface ShortcutsListener
- All Superinterfaces:
EventListener
Interface for listeners for
Shortcut changes.-
Method Summary
Modifier and TypeMethodDescriptionvoidshortcutAdded(@NotNull ShortcutSlot shortcutSlot, @NotNull Shortcut shortcut) A shortcut has been added.voidshortcutRemoved(@NotNull ShortcutSlot shortcutSlot, @NotNull Shortcut shortcut) A shortcut has been removed.
-
Method Details
-
shortcutAdded
void shortcutAdded(@NotNull @NotNull ShortcutSlot shortcutSlot, @NotNull @NotNull Shortcut shortcut) A shortcut has been added.- Parameters:
shortcutSlot- the shortcut slotshortcut- the shortcut instance
-
shortcutRemoved
void shortcutRemoved(@NotNull @NotNull ShortcutSlot shortcutSlot, @NotNull @NotNull Shortcut shortcut) A shortcut has been removed.- Parameters:
shortcutSlot- the shortcut slotshortcut- the shortcut instance
-