Package com.smartfoxserver.v2.core
Interface ISFSEvent
-
- All Known Implementing Classes:
SFSEvent
public interface ISFSEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getParameter(ISFSEventParam id)
Get a parameter from the event objectSFSEventType
getType()
Get the type of the event
-
-
-
Method Detail
-
getType
SFSEventType getType()
Get the type of the event- Returns:
- the type of the event
- See Also:
SFSEventType
-
getParameter
java.lang.Object getParameter(ISFSEventParam id)
Get a parameter from the event object- Parameters:
id
- the id/name of the parameter- Returns:
- the parameter value
- See Also:
SFSEventParam
-
-