Interface RoleChangeNameEvent
-
- All Superinterfaces:
Event,RoleEvent,ServerEvent
public interface RoleChangeNameEvent extends RoleEvent
A role change name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNewName()Gets the new name of the role.StringgetOldName()Gets the old name of the role.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
-