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 classSFSEventThe SFSEvent represents a Server side event.Methods in com.smartfoxserver.v2.core with parameters of type ISFSEvent Modifier and Type Method Description voidBaseSFSEventListener. handleServerEvent(ISFSEvent event)voidISFSEventListener. 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 voidBaseSFSExtension. handleServerEvent(ISFSEvent event)Handle server eventvoidIServerEventHandler. handleServerEvent(ISFSEvent event)Handle a server side eventvoidSFSExtension. 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 FilterActionIFilter. handleServerEvent(ISFSEvent event)Handles a server side eventFilterActionIFilterChain. runEventInChain(ISFSEvent event)FilterActionSFSExtensionFilterChain. runEventInChain(ISFSEvent event)
-