Class DefaultSynchroGroupManager

    • Constructor Detail

      • DefaultSynchroGroupManager

        public DefaultSynchroGroupManager()
    • Method Detail

      • updateContextWith

        public void updateContextWith​(Group group)
        Description copied from interface: SynchroGroupManager
        Updates the context of the manager with the given group data.

        If the group is a synchronized one, then it will be added to the list of group to perform update on. If it is not synchronized, then it is removed from this list.

        Specified by:
        updateContextWith in interface SynchroGroupManager
        Parameters:
        group - data representing a group.