Interface ScopeModelDestroyListener<T extends ScopeModel>


public interface ScopeModelDestroyListener<T extends ScopeModel>
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    void
    onDestroy(T scopeModel)
     
  • Method Details

    • onDestroy

      void onDestroy(T scopeModel)
    • isProtocol

      default boolean isProtocol()