Class SFSEvent

  • All Implemented Interfaces:
    ISFSEvent

    public class SFSEvent
    extends java.lang.Object
    implements ISFSEvent
    The SFSEvent represents a Server side event. The SFS2X framework provide a large selection of events that any Extension can listen to in order to react to various changes happening at runtime. For example server events can notify the creation or destruction of a Room, the disconnection of a User, the login of a client and much more.
    See Also:
    SFSEventType
    • Method Detail

      • getParameter

        public java.lang.Object getParameter​(ISFSEventParam id)
        Get a parameter from the event object
        Specified by:
        getParameter in interface ISFSEvent
        Parameters:
        id - the id/name of the parameter
        Returns:
        the parameter value
        See Also:
        SFSEventParam
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object