Interface IDisposable


@Scriptable public interface IDisposable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Dispose all resources that are associated with this object.
  • Method Details

    • dispose

      void dispose() throws Exception
      Dispose all resources that are associated with this object.
      Throws:
      Exception - If an error occurred.