Interface Disposable

All Known Implementing Classes:
DisposableAdaptor

@Published(tag="architect") public interface Disposable
廃棄処理を行うインタフェース。
廃棄処理を必要とするクラスは本インタフェースを実装すること。
Author:
Tanaka Tomoyuki
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    廃棄処理を行う。
  • Method Details

    • dispose

      void dispose() throws Exception
      廃棄処理を行う。
      Throws:
      Exception - 廃棄処理中に例外が発生した場合