Interface UserChangeNameEvent

  • All Superinterfaces:
    Event, UserEvent

    public interface UserChangeNameEvent
    extends UserEvent
    A user change name event.
    • Method Detail

      • getNewName

        java.lang.String getNewName()
        Gets the new name of the user.
        Returns:
        The new name of the user.
      • getOldName

        java.lang.String getOldName()
        Gets the old name of the user.
        Returns:
        The old name of the user.