Interface ISFSEvent

All Known Implementing Classes:
SFSEvent

public interface ISFSEvent
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the value for a specific parameter, or null if no such parameter exists.
    com.smartfoxserver.core.EventType
    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:
      • EventType
    • getParameter

      Object getParameter(ISFSEventParam id)
      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: