org.gvsig.tools.dispose
Interface Disposable

All Known Subinterfaces:
DisposableIterator, DynObjectSet
All Known Implementing Classes:
AbstractDisposable, DefaultDynObjectPagingHelper, MultiDynObjectSet, MultiDynObjectSet.MultiDynObjectSetDisposableIterator

public interface Disposable

Interface for objects that must be disposed after usage.

Author:
2009- César Ordiñana - gvSIG team

Method Summary
 void dispose()
          Disposes the current object, to allow it to close and dispose any used resources.
 

Method Detail

dispose

void dispose()
Disposes the current object, to allow it to close and dispose any used resources.

NOTE:After calling this method, the object may not be usable anymore.



Copyright © 2004-2011 gvSIG. All Rights Reserved.