Package de.uplanet.util
Interface IDisposable
@Scriptable
public interface IDisposable
- 
Method SummaryModifier and TypeMethodDescriptionvoiddispose()Dispose all resources that are associated with this object.
- 
Method Details- 
disposeDispose all resources that are associated with this object.- Throws:
- Exception- If an error occurred.
 
 
-