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