Interface UserChangeActivityEvent

    • Method Detail

      • getOldActivities

        java.util.Set<Activity> getOldActivities()
        Gets the old activities of the user.
        Returns:
        The old activities of the user.
      • getNewActivities

        java.util.Set<Activity> getNewActivities()
        Gets the new activities of the user.
        Returns:
        The new activities of the user.