Interface SRepositoryListener

    • Method Detail

      • beforeModuleRemoved

        default void beforeModuleRemoved​(@NotNull
                                         SModule module)
      • commandStarted

        default void commandStarted​(SRepository repository)
        Notifications about commands in a ModelAccess associated with the repository. It's convenient to have command notifications right in SRepositoryListener implementation, like RepositoryChangeTracker (the one where all changes within a command are collected), rather than have distinct CommandListener. Unlike CommandListener, gives context repository to facilitate use of the same listener instance among different repositories.
        See Also:
        CommandListener.commandStarted()
      • updateStarted

        @Deprecated(forRemoval=true)
        default void updateStarted​(SRepository repository)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • updateFinished

        @Deprecated(forRemoval=true)
        default void updateFinished​(SRepository repository)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • repositoryCommandStarted

        @Deprecated(forRemoval=true)
        default void repositoryCommandStarted​(SRepository repository)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • repositoryCommandFinished

        @Deprecated(forRemoval=true)
        default void repositoryCommandFinished​(SRepository repository)
        Deprecated, for removal: This API element is subject to removal in a future version.