org.crosswire.bibledesktop.passage
Interface KeyChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DisplaySelectPane, KeySidebar

public interface KeyChangeListener
extends EventListener

Implement KeyChangeListener to recieve KeyChangeEvents whenever someone changes a Key.

Author:
DM Smith [dmsmith555 at yahoo dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Method Summary
 void keyChanged(KeyChangeEvent ev)
          This method is called to indicate that a key has been changed.
 

Method Detail

keyChanged

void keyChanged(KeyChangeEvent ev)
This method is called to indicate that a key has been changed.

Parameters:
ev - Describes the change

Copyright ยจ 2003-2013