Class PrivateMessageSentEvent

java.lang.Object
org.bukkit.event.Event
net.ess3.api.events.PrivateMessageSentEvent

public class PrivateMessageSentEvent extends Event
Called after a private message has been sent to its recipient.

The related private message may not have been successfully received by the recipient, check the MessageResponse with getResponse() to determine the outcome of the delivery attempt.