Package com.smartfoxserver.core
Interface ISFSEvent
- All Known Implementing Classes:
SFSEvent
public interface ISFSEvent
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the value for a specific parameter, or null if no such parameter exists.com.smartfoxserver.core.EventTypegetType()Get the type of the event
-
Method Details
-
getType
com.smartfoxserver.core.EventType getType()Get the type of the event- Returns:
- the type of the event
- See Also:
-
getParameter
Get the value for a specific parameter, or null if no such parameter exists.- Parameters:
id- the name of the parameter- Returns:
- the parameter value, null if no such parameter exists for the provided name
- See Also:
-