com.realtime.crossfire.jxclient.shortcuts
Interface ShortcutsListener

All Superinterfaces:
java.util.EventListener

public interface ShortcutsListener
extends java.util.EventListener

Interface for listeners for Shortcut changes.


Method Summary
 void shortcutAdded(int index, Shortcut shortcut)
          A shortcut has been added.
 void shortcutRemoved(int index, Shortcut shortcut)
          A shortcut has been removed.
 

Method Detail

shortcutAdded

void shortcutAdded(int index,
                   @NotNull
                   Shortcut shortcut)
A shortcut has been added.

Parameters:
index - the shortcut index
shortcut - the shortcut instance

shortcutRemoved

void shortcutRemoved(int index,
                     @NotNull
                     Shortcut shortcut)
A shortcut has been removed.

Parameters:
index - the shortcut index
shortcut - the shortcut instance