Interface SModelChangeListener

  • All Known Implementing Classes:
    SRepositoryContentAdapter

    @Deprecated
    public interface SModelChangeListener
    Deprecated.
    use SNodeChangeListener instead.
    DON'T USE THIS INTERFACE AS IT'S SCHEDULED FOR REMOVAL IN THE UPCOMING MPS RELEASE This interface can be implemented to track write access of individual nodes in the model.

    Change listeners get notified regardless of model being attached to a repository. If, however, model is attached to a repository, all notifications are delivered inside a write lock on the repository after a real change.