public class EzySocketUserRemovalHandler extends EzySocketAbstractEventHandler
| Modifier and Type | Field and Description |
|---|---|
protected EzySocketUserRemovalQueue |
userRemovalQueue |
| Constructor and Description |
|---|
EzySocketUserRemovalHandler(EzySocketUserRemovalQueue userRemovalQueue) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
handleEvent() |
protected EzyUserRemovedEvent |
newUserRemovedEvent(EzyUser user,
com.tvd12.ezyfox.constant.EzyConstant reason) |
protected void |
notifyUserRemovedToPlugins(EzyZoneContext context,
EzyUserRemovedEvent event) |
protected void |
removeUserFromApp(EzyAppContext appContext,
EzyUserRemovedEvent event) |
protected void |
removeUserFromApps(EzyZoneContext zoneContext,
EzyUserRemovedEvent event) |
protected final EzySocketUserRemovalQueue userRemovalQueue
public EzySocketUserRemovalHandler(EzySocketUserRemovalQueue userRemovalQueue)
public void handleEvent()
public void destroy()
protected void notifyUserRemovedToPlugins(EzyZoneContext context, EzyUserRemovedEvent event)
protected void removeUserFromApps(EzyZoneContext zoneContext, EzyUserRemovedEvent event)
protected void removeUserFromApp(EzyAppContext appContext, EzyUserRemovedEvent event)
protected EzyUserRemovedEvent newUserRemovedEvent(EzyUser user, com.tvd12.ezyfox.constant.EzyConstant reason)
Copyright © 2021 Young Monkeys. All rights reserved.