Package de.uplanet.util
Interface IDisposable
-
@Scriptable public interface IDisposable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
Dispose all resources that are associated with this object.
-