Class ConfirmationCancelEvent
java.lang.Object
org.bukkit.event.Event
com.palmergames.bukkit.towny.confirmations.event.ConfirmationEvent
com.palmergames.bukkit.towny.confirmations.event.ConfirmationCancelEvent
Called after a 
Confirmation is successfully cancelled, either due to timing out or due to the sender cancelling it manually.- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.Eventorg.bukkit.event.Event.Result
- 
Constructor SummaryConstructorsConstructorDescriptionConfirmationCancelEvent(Confirmation confirmation, org.bukkit.command.CommandSender sender, boolean timeout) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic @NotNull org.bukkit.event.HandlerList@NotNull org.bukkit.event.HandlerListbooleanMethods inherited from class com.palmergames.bukkit.towny.confirmations.event.ConfirmationEventgetConfirmation, getSenderMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
ConfirmationCancelEventpublic ConfirmationCancelEvent(Confirmation confirmation, org.bukkit.command.CommandSender sender, boolean timeout) 
 
- 
- 
Method Details- 
isTimeoutpublic boolean isTimeout()- Returns:
- Whether this confirmation was cancelled due to timing out.
 
- 
getHandlers@NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()- Specified by:
- getHandlersin class- org.bukkit.event.Event
 
- 
getHandlerList@NotNull public static @NotNull org.bukkit.event.HandlerList getHandlerList()
 
-