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:
for license details.
The copyright to this program is held by it's authors.

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-2011