org.crosswire.jsword.index
Interface IndexStatusListener

All Superinterfaces:
EventListener

public interface IndexStatusListener
extends EventListener

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

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