Package sfs3.client.entities.variables


package sfs3.client.entities.variables
  • Class
    Description
     
    The BuddyVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Buddy Variable exposes.
    In the SmartFoxServer 3 client API this interface is implemented by the MMOItemVariable class.
    The MMOItemVariabke is a custom value attached to an MMOItem object that gets automatically synchronized between client and server on every change, provided that the MMOItem is inside the Area of Interest of the current User in a MMORoom.
    The ReservedBuddyVariables class contains the constants describing the SmartFoxServer API reserved Buddy Variable names.
    The ReservedRoomVariables class contains the constants describing the SmartFoxServer API reserved Room Variable names.
    The RoomVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Room Variable exposes.
    The SFSBuddyVariable is a custom value attached to a Buddy object in a Buddy List which is automatically synchronized between client and server on every change.
    The SFSRoomVariable is a custom value attached to a Room object that is automatically synchronized between client and server on every change.
    The SFSUserVariable is a custom value attached to a User object that gets automatically synchronized between clients and the server on every change.
    The UserVariable interface defines all the public methods and properties that an object representing a SmartFoxServer User Variable exposes.
    Interface for all variable types in the API.
    The VariableType class contains the constants defining the valid types of User, Buddy and Room Variables to be passed to their constructors.