Uses of Interface
com.smartfoxserver.v2.buddylist.BuddyListManager
-
Packages that use BuddyListManager Package Description com.smartfoxserver.v2.buddylist com.smartfoxserver.v2.buddylist.storage com.smartfoxserver.v2.entities -
-
Uses of BuddyListManager in com.smartfoxserver.v2.buddylist
Classes in com.smartfoxserver.v2.buddylist that implement BuddyListManager Modifier and Type Class Description class
SFSBuddyListManager
Methods in com.smartfoxserver.v2.buddylist that return BuddyListManager Modifier and Type Method Description BuddyListManager
BuddyList. getBuddyListManager()
Get a reference to the BuddyManager managing this BuddyListBuddyListManager
SFSBuddyList. getBuddyListManager()
Methods in com.smartfoxserver.v2.buddylist with parameters of type BuddyListManager Modifier and Type Method Description void
BuddyList. setBuddyListManager(BuddyListManager buddyListManager)
void
SFSBuddyList. setBuddyListManager(BuddyListManager buddyListManager)
Constructors in com.smartfoxserver.v2.buddylist with parameters of type BuddyListManager Constructor Description SFSBuddyList(java.lang.String ownerName, BuddyListManager buddyListManager)
-
Uses of BuddyListManager in com.smartfoxserver.v2.buddylist.storage
Methods in com.smartfoxserver.v2.buddylist.storage that return BuddyListManager Modifier and Type Method Description BuddyListManager
BuddyStorage. getBuddyListManager()
Get a reference to the BuddyManager managing this BuddyStorage classBuddyListManager
FSBuddyStorage. getBuddyListManager()
Methods in com.smartfoxserver.v2.buddylist.storage with parameters of type BuddyListManager Modifier and Type Method Description void
BuddyStorage. setBuddyListManager(BuddyListManager buddyListManager)
void
FSBuddyStorage. setBuddyListManager(BuddyListManager buddyListManager)
-
Uses of BuddyListManager in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that return BuddyListManager Modifier and Type Method Description BuddyListManager
SFSZone. getBuddyListManager()
INTERNALBuddyListManager
Zone. getBuddyListManager()
INTERNALMethods in com.smartfoxserver.v2.entities with parameters of type BuddyListManager Modifier and Type Method Description void
SFSZone. setBuddyListManager(BuddyListManager buddyListManager)
INTERNALvoid
Zone. setBuddyListManager(BuddyListManager buddyListManager)
INTERNAL
-