Interface DisposalCallback


  • public interface DisposalCallback
    Callback interface which can be implemented by Injectors to perform some action when a created object is destroyed.
    • Method Detail

      • onDisposed

        void onDisposed()
        Callback method for when an object is destroyed.