Interface ISubscriptionsCached

All Superinterfaces:
ISubscriptions
All Known Implementing Classes:
NodeSubscriptions, PresenceNodeSubscriptions

public interface ISubscriptionsCached extends ISubscriptions
  • Method Details

    • changeSubscription

      void changeSubscription(UsersSubscription subscription)
    • isChanged

      boolean isChanged()
    • getChanged

      Map<tigase.xmpp.jid.BareJID,UsersSubscription> getChanged()
    • merge

      void merge()
    • resetChangedFlag

      void resetChangedFlag()