au.com.zip.cs
Interface Closable

All Known Implementing Classes:
FIFO

public interface Closable

Interface for a class with a close() method.

Author:
Cameron Simpson <cs@zip.com.au> 9mar2003

Method Summary
 void close()
          Close this Object, rendering it unavailable for further work.
 boolean isClosed()
          Test whether this Object has been closed.
 

Method Detail

close

void close()
Close this Object, rendering it unavailable for further work.


isClosed

boolean isClosed()
Test whether this Object has been closed.

Returns:
whether to Object is closed