com.electrotank.electroserver5.extensions
Class BaseUserVariableEventHandler
java.lang.Object
com.electrotank.electroserver5.extensions.BaseEvent
com.electrotank.electroserver5.extensions.BaseUserVariableEventHandler
- All Implemented Interfaces:
- EventHandler, EventHandlerLifeCycle, ExtensionLifeCycle, UserVariableEventHandler
public class BaseUserVariableEventHandler
- extends BaseEvent
- implements UserVariableEventHandler
Custom user variable event handler.
Override userVariableCreated, userVariableDeleted, userVariableUpdated if
you need to process the variables.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseUserVariableEventHandler
public BaseUserVariableEventHandler()
userVariableCreated
public ChainAction userVariableCreated(UserVariableUpdateContext context)
- Specified by:
userVariableCreated in interface UserVariableEventHandler
userVariableDeleted
public ChainAction userVariableDeleted(UserVariableUpdateContext context)
- Specified by:
userVariableDeleted in interface UserVariableEventHandler
userVariableUpdated
public ChainAction userVariableUpdated(UserVariableUpdateContext context)
- Specified by:
userVariableUpdated in interface UserVariableEventHandler
Copyright © 2007-2010 Electrotank, Inc. All Rights Reserved.