Uses of Package
it.gotoandplay.smartfoxserver.data

Packages that use it.gotoandplay.smartfoxserver.data
it.gotoandplay.smartfoxserver.data   
it.gotoandplay.smartfoxserver.data.buddylist   
it.gotoandplay.smartfoxserver.extensions   
it.gotoandplay.smartfoxserver.extensions.examples   
 

Classes in it.gotoandplay.smartfoxserver.data used by it.gotoandplay.smartfoxserver.data
ModeratorManager
          Re-factored in 1.6.3 -- Aug 2008 Now using ConcurrentHashMap
Room
          The Room object is responsible for grouping logged users together allowing them to interact with each other and providing high level services such as Room Variables, user count updates, public and private messaging and a lot more.
RoomVariable
          The RoomVariable object stores the properties of each Room Variables of a Room object.
User
          User Class
UserVariable
          The UserVariable object holds custom user data which is auto-updated between all clients in the same room(s).
 

Classes in it.gotoandplay.smartfoxserver.data used by it.gotoandplay.smartfoxserver.data.buddylist
User
          User Class
 

Classes in it.gotoandplay.smartfoxserver.data used by it.gotoandplay.smartfoxserver.extensions
Room
          The Room object is responsible for grouping logged users together allowing them to interact with each other and providing high level services such as Room Variables, user count updates, public and private messaging and a lot more.
User
          User Class
Zone
          Zone Class: A Zone represents an "application" running in the server.
 

Classes in it.gotoandplay.smartfoxserver.data used by it.gotoandplay.smartfoxserver.extensions.examples
User
          User Class