Class VelocityCancellableEvent
java.lang.Object
com.nickuc.login.api.event.internal.velocity.VelocityCancellableEvent
- All Implemented Interfaces:
CancellableEvent
- Direct Known Subclasses:
ChangePasswordEvent,LoginEvent,PreCommandExecuteEvent,RegisterEvent,ServerPreConnectEvent,UnregisterEvent,VelocityLockableEvent,WrongPasswordEvent
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VelocityCancellableEvent
public VelocityCancellableEvent()
-
-
Method Details
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceCancellableEvent
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelledin interfaceCancellableEvent
-