Interface ServerChannelChangeNameEvent

    • Method Detail

      • getNewName

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

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