Interface UserChangeStatusEvent

  • All Superinterfaces:
    Event, UserEvent


    public interface UserChangeStatusEvent
    extends UserEvent
    A user change status event.
    • Method Detail

      • getOldStatus

        UserStatus getOldStatus​()
        Gets the old status of the user.
        Returns:
        The old status of the user.
      • getNewStatus

        UserStatus getNewStatus​()
        Gets the new status of the user.
        Returns:
        The new status of the user.