org.crosswire.jsword.book.sword.state
Class AbstractOpenFileState

java.lang.Object
  extended by org.crosswire.jsword.book.sword.state.AbstractOpenFileState
All Implemented Interfaces:
Closeable, OpenFileState
Direct Known Subclasses:
GenBookBackendState, RawBackendState, RawLDBackendState, ZVerseBackendState

public abstract class AbstractOpenFileState
extends Object
implements OpenFileState

Author:
DM Smith
See Also:
for license details.
The copyright to this program is held by it's authors.

Constructor Summary
AbstractOpenFileState()
           
 
Method Summary
 void close()
          Allows us to decide whether to release the resources or continue using them
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.crosswire.jsword.book.sword.state.OpenFileState
getBookMetaData, releaseResources
 

Constructor Detail

AbstractOpenFileState

public AbstractOpenFileState()
Method Detail

close

public void close()
Allows us to decide whether to release the resources or continue using them

Specified by:
close in interface Closeable

Copyright ? 2003-2011