org.crosswire.bibledesktop.book
Interface DisplaySelectListener

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

public interface DisplaySelectListener
extends EventListener

Implement DisplaySelectListener to recieve CommandEvents whenever someone makes a command for you to execute.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

Method Summary
 void bookChosen(DisplaySelectEvent ev)
          This method is called to indicate that a command has been made.
 void passageSelected(DisplaySelectEvent ev)
          This method is called to indicate that a command has been made.
 

Method Detail

passageSelected

void passageSelected(DisplaySelectEvent ev)
This method is called to indicate that a command has been made.

Parameters:
ev - Describes the change

bookChosen

void bookChosen(DisplaySelectEvent ev)
This method is called to indicate that a command has been made.

Parameters:
ev - Describes the change

Copyright ยจ 2003-2006