| Modifier and Type | Method and Description |
|---|---|
void |
EzyBroadcastEvent.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
void |
EzyBroadcastAppsEvent.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
EzyUser user,
boolean catchException) |
void |
EzyBroadcastAppsEvent.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
Predicate<EzyAppContext> filter,
boolean catchException) |
void |
EzyBroadcastAppsEvent.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
String username,
boolean catchException) |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyBroadcastAppsEventImpl.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
void |
EzyBroadcastPluginsEventImpl.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
void |
EzyBroadcastEventImpl.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
void |
EzyZoneBroadcastEventImpl.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
void |
EzyBroadcastAppsEventImpl.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
EzyUser user,
boolean catchException) |
void |
EzyBroadcastAppsEventImpl.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
Predicate<EzyAppContext> filter,
boolean catchException) |
void |
EzyBroadcastAppsEventImpl.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
String username,
boolean catchException) |
protected void |
EzyBroadcastAppsEventImpl.fireAppEvent(EzyAppContext ctx,
com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected void |
EzyZoneBroadcastEventImpl.fireAppEvent(EzyAppContext ctx,
com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected void |
EzyZoneBroadcastEventImpl.fireAppsEvent(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected void |
EzyBroadcastPluginsEventImpl.firePluginEvent(EzyPluginContext ctx,
com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected void |
EzyZoneBroadcastEventImpl.firePluginEvent(EzyPluginContext ctx,
com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected void |
EzyZoneBroadcastEventImpl.firePluginsEvent(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected void |
EzyBroadcastEventImpl.fireZoneEvent(EzyZoneContext ctx,
com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected void |
EzyBroadcastEventImpl.fireZonesEvent(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
| Modifier and Type | Method and Description |
|---|---|
void |
EzySimpleServerContext.broadcast(com.tvd12.ezyfox.constant.EzyConstant eventType,
EzyEvent event,
boolean catchException) |
void |
EzySimpleZoneContext.broadcast(com.tvd12.ezyfox.constant.EzyConstant eventType,
EzyEvent event,
boolean catchExeption) |
void |
EzyComplexContext.broadcast(com.tvd12.ezyfox.constant.EzyConstant eventType,
EzyEvent event,
boolean catchException) |
void |
EzyZoneContext.broadcastApps(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchExeption) |
void |
EzySimpleZoneContext.broadcastApps(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
void |
EzyZoneContext.broadcastApps(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
EzyUser user,
boolean catchExeption) |
void |
EzySimpleZoneContext.broadcastApps(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
EzyUser user,
boolean catchException) |
void |
EzyZoneContext.broadcastApps(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
Predicate<EzyAppContext> filter,
boolean catchExeption) |
void |
EzySimpleZoneContext.broadcastApps(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
Predicate<EzyAppContext> filter,
boolean catchException) |
void |
EzyZoneContext.broadcastApps(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
String username,
boolean catchExeption) |
void |
EzySimpleZoneContext.broadcastApps(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
String username,
boolean catchException) |
void |
EzyZoneContext.broadcastPlugins(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchExeption) |
void |
EzySimpleZoneContext.broadcastPlugins(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
void |
EzyContext.handleEvent(com.tvd12.ezyfox.constant.EzyConstant eventType,
EzyEvent event) |
void |
EzyAbstractContext.handleEvent(com.tvd12.ezyfox.constant.EzyConstant eventType,
EzyEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected EzyEvent |
EzyLoginProcessor.newUserAddedEvent(EzyUser user,
EzySession session,
com.tvd12.ezyfox.entity.EzyData loginData) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EzyLoginProcessor.fireUserAddedEvent0(EzyZoneContext zoneContext,
EzyEvent event) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EzyHandshakeEvent |
interface |
EzyServerInitializingEvent |
interface |
EzyServerReadyEvent |
interface |
EzySessionEvent |
interface |
EzySessionRemovedEvent |
interface |
EzyStreamingEvent |
interface |
EzyUserAccessAppEvent |
interface |
EzyUserAddedEvent |
interface |
EzyUserEvent |
interface |
EzyUserLoginEvent |
interface |
EzyUserRemovedEvent |
interface |
EzyUserRequestAppEvent |
interface |
EzyUserRequestEvent |
interface |
EzyUserRequestPluginEvent |
interface |
EzyUserSessionEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
EzySimpleHandshakeEvent |
class |
EzySimpleServerInitializingEvent |
class |
EzySimpleServerReadyEvent |
class |
EzySimpleSessionEvent |
class |
EzySimpleSessionRemovedEvent |
class |
EzySimpleStreamingEvent |
class |
EzySimpleUserAccessAppEvent |
class |
EzySimpleUserAddedEvent |
class |
EzySimpleUserEvent |
class |
EzySimpleUserLoginEvent |
class |
EzySimpleUserRemovedEvent |
class |
EzySimpleUserRequestAppEvent |
class |
EzySimpleUserRequestEvent |
class |
EzySimpleUserRequestPluginEvent |
class |
EzySimpleUserSessionEvent |
| Modifier and Type | Method and Description |
|---|---|
protected EzyEvent |
EzySimpleDataHandler.newSessionRemovedEvent(com.tvd12.ezyfox.constant.EzyConstant reason) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EzySimpleDataHandler.notifyAppsSessionRemoved(EzyEvent event) |
protected void |
EzySimpleDataHandler.notifyAppsSessionRemoved0(EzyEvent event) |
protected void |
EzySimpleDataHandler.notifyPluginsSessionRemoved(EzyEvent event) |
Copyright © 2021 Young Monkeys. All rights reserved.