Interface Disposable

  • All Known Implementing Classes:
    NativeReference

    public interface Disposable
    Instances of this can be added to the CryptoServicesRegister reference queue to ensure the dispose method is called before GC. This exists because finalize has been deprecated.
    • Method Detail

      • getDisposeAction

        java.lang.Runnable getDisposeAction()