JIDE 3.5.15

com.jidesoft.shortcut
Interface ShortcutSchemaListener

All Superinterfaces:
EventListener

public interface ShortcutSchemaListener
extends EventListener

A listener interface to receive ShortcutSchemaEvent.


Method Summary
 void shortcutSchemaChanged(ShortcutSchemaEvent e)
          Invoked when the target of the listener has changed the schema.
 

Method Detail

shortcutSchemaChanged

void shortcutSchemaChanged(ShortcutSchemaEvent e)
Invoked when the target of the listener has changed the schema.

Parameters:
e - a ShortcutSchemaEvent object

JIDE 3.5.15