Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.shortcuts.ShortcutsListener Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.shortcuts.ShortcutsListener:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.shortcuts.ShortcutsListener:
Collaboration graph

Public Member Functions

void shortcutAdded (@NotNull ShortcutSlot shortcutSlot, @NotNull Shortcut shortcut)
 
void shortcutRemoved (@NotNull ShortcutSlot shortcutSlot, @NotNull Shortcut shortcut)
 

Detailed Description

Interface for listeners for Shortcut changes.

Author
Andreas Kirschbaum

Definition at line 32 of file ShortcutsListener.java.

Member Function Documentation

◆ shortcutAdded()

void com.realtime.crossfire.jxclient.shortcuts.ShortcutsListener.shortcutAdded ( @NotNull ShortcutSlot  shortcutSlot,
@NotNull Shortcut  shortcut 
)

A shortcut has been added.

Parameters
shortcutSlotthe shortcut slot
shortcutthe shortcut instance

◆ shortcutRemoved()

void com.realtime.crossfire.jxclient.shortcuts.ShortcutsListener.shortcutRemoved ( @NotNull ShortcutSlot  shortcutSlot,
@NotNull Shortcut  shortcut 
)

A shortcut has been removed.

Parameters
shortcutSlotthe shortcut slot
shortcutthe shortcut instance

The documentation for this interface was generated from the following file: