org.apache.wicket.util.upload
Interface Closeable


public interface Closeable

Interface of an object, which may be closed.


Method Summary
 void close()
          Closes the object.
 boolean isClosed()
          Returns, whether the object is already closed.
 

Method Detail

close

void close()
           throws IOException
Closes the object.

Throws:
IOException - An I/O error occurred.

isClosed

boolean isClosed()
                 throws IOException
Returns, whether the object is already closed.

Returns:
True, if the object is closed, otherwise false.
Throws:
IOException - An I/O error occurred.


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.