Class RoleDeleteEventImpl

    • Field Summary

      • Fields inherited from class org.javacord.core.event.EventImpl

        api
    • Constructor Summary

      Constructors 
      Constructor Description
      RoleDeleteEventImpl​(Role role)
      Creates a new role delete event.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.javacord.api.event.Event

        getApi
      • Methods inherited from interface org.javacord.api.event.server.role.RoleEvent

        getRole
    • Constructor Detail

      • RoleDeleteEventImpl

        public RoleDeleteEventImpl​(Role role)
        Creates a new role delete event.
        Parameters:
        role - The role of the event.