com.realtime.crossfire.jxclient.shortcuts
Interface ShortcutVisitor


public interface ShortcutVisitor

Interface for visitors of Shortcut instances.


Method Summary
 void visit(ShortcutCommand shortcutCommand)
          Visits a ShortcutCommand instance.
 void visit(ShortcutSpell shortcutSpell)
          Visits a ShortcutSpell instance.
 

Method Detail

visit

void visit(@NotNull
           ShortcutCommand shortcutCommand)
Visits a ShortcutCommand instance.

Parameters:
shortcutCommand - the instance

visit

void visit(@NotNull
           ShortcutSpell shortcutSpell)
Visits a ShortcutSpell instance.

Parameters:
shortcutSpell - the instance