Package | Description |
---|---|
com.smartfoxserver.v2.core | |
com.smartfoxserver.v2.extensions | |
com.smartfoxserver.v2.extensions.filter |
Modifier and Type | Class and Description |
---|---|
class |
SFSEvent
The SFSEvent represents a Server side event.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseSFSEventListener.handleServerEvent(ISFSEvent event) |
void |
ISFSEventListener.handleServerEvent(ISFSEvent event)
Handle server event
|
Modifier and Type | Method and Description |
---|---|
void |
BaseSFSExtension.handleServerEvent(ISFSEvent event)
Handle server event
|
void |
SFSExtension.handleServerEvent(ISFSEvent event)
Handle server event
|
void |
IServerEventHandler.handleServerEvent(ISFSEvent event)
Handle a server side event
|
Modifier and Type | Method and Description |
---|---|
FilterAction |
IFilter.handleServerEvent(ISFSEvent event)
Handles a server side event
|
FilterAction |
SFSExtensionFilterChain.runEventInChain(ISFSEvent event) |
FilterAction |
IFilterChain.runEventInChain(ISFSEvent event) |