Class VelocityLockableNewActionEvent<T>
java.lang.Object
com.nickuc.login.api.event.internal.velocity.VelocityLockableNewActionEvent<T>
- All Implemented Interfaces:
LockableNewActionEvent<T>
- Direct Known Subclasses:
LoginRequestChangeEvent
-
Constructor Summary
ConstructorsConstructorDescriptionVelocityLockableNewActionEvent
(T event, Object plugin, LockableEventAction action) -
Method Summary
-
Constructor Details
-
VelocityLockableNewActionEvent
-
-
Method Details
-
getEvent
Returns the lockable event.- Specified by:
getEvent
in interfaceLockableNewActionEvent<T>
-
getPlugin
Returns the plugin that owns the action. -
getAction
Returns the action done.- Specified by:
getAction
in interfaceLockableNewActionEvent<T>
-