Uses of Interface
com.smartfoxserver.v2.core.ISFSEvent
-
Packages that use ISFSEvent Package Description com.smartfoxserver.v2.core com.smartfoxserver.v2.extensions com.smartfoxserver.v2.extensions.filter -
-
Uses of ISFSEvent in com.smartfoxserver.v2.core
Classes in com.smartfoxserver.v2.core that implement ISFSEvent Modifier and Type Class Description class
SFSEvent
The SFSEvent represents a Server side event.Methods in com.smartfoxserver.v2.core with parameters of type ISFSEvent Modifier and Type Method Description void
BaseSFSEventListener. handleServerEvent(ISFSEvent event)
void
ISFSEventListener. handleServerEvent(ISFSEvent event)
Handle server event -
Uses of ISFSEvent in com.smartfoxserver.v2.extensions
Methods in com.smartfoxserver.v2.extensions with parameters of type ISFSEvent Modifier and Type Method Description void
BaseSFSExtension. handleServerEvent(ISFSEvent event)
Handle server eventvoid
IServerEventHandler. handleServerEvent(ISFSEvent event)
Handle a server side eventvoid
SFSExtension. handleServerEvent(ISFSEvent event)
Handle server event -
Uses of ISFSEvent in com.smartfoxserver.v2.extensions.filter
Methods in com.smartfoxserver.v2.extensions.filter with parameters of type ISFSEvent Modifier and Type Method Description FilterAction
IFilter. handleServerEvent(ISFSEvent event)
Handles a server side eventFilterAction
IFilterChain. runEventInChain(ISFSEvent event)
FilterAction
SFSExtensionFilterChain. runEventInChain(ISFSEvent event)
-