JIDE 3.5.15

com.jidesoft.shortcut
Interface ShortcutListener

All Superinterfaces:
EventListener

public interface ShortcutListener
extends EventListener

A listener interface to receive ShortcutEvent.


Method Summary
 void shortcutChanged(ShortcutEvent e)
          Invoked when the target of the listener has changed shortcuts.
 

Method Detail

shortcutChanged

void shortcutChanged(ShortcutEvent e)
Invoked when the target of the listener has changed shortcuts.

Parameters:
e - a ShortcutEvent object

JIDE 3.5.15