org.crosswire.jsword.index
Interface IndexStatusListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
BookIndexer.StatusListener

public interface IndexStatusListener
extends EventListener

IndexStatusListeners are able to be notified about changes to the IndexStatus of a book.

Author:
DM Smith
See Also:
The GNU Lesser General Public License for details.

Method Summary
 void statusChanged(IndexStatusEvent ev)
          Called whenever the IndexStatus of a book has changed.
 

Method Detail

statusChanged

void statusChanged(IndexStatusEvent ev)
Called whenever the IndexStatus of a book has changed.

Parameters:
ev - A description of the change

Copyright ยจ 2003-2015