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 classSFSBuddyListManagerMethods in com.smartfoxserver.v2.buddylist that return BuddyListManager Modifier and Type Method Description BuddyListManagerBuddyList. getBuddyListManager()Get a reference to the BuddyManager managing this BuddyListBuddyListManagerSFSBuddyList. getBuddyListManager()Methods in com.smartfoxserver.v2.buddylist with parameters of type BuddyListManager Modifier and Type Method Description voidBuddyList. setBuddyListManager(BuddyListManager buddyListManager)voidSFSBuddyList. 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 BuddyListManagerBuddyStorage. getBuddyListManager()Get a reference to the BuddyManager managing this BuddyStorage classBuddyListManagerFSBuddyStorage. getBuddyListManager()Methods in com.smartfoxserver.v2.buddylist.storage with parameters of type BuddyListManager Modifier and Type Method Description voidBuddyStorage. setBuddyListManager(BuddyListManager buddyListManager)voidFSBuddyStorage. 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 BuddyListManagerSFSZone. getBuddyListManager()INTERNALBuddyListManagerZone. getBuddyListManager()INTERNALMethods in com.smartfoxserver.v2.entities with parameters of type BuddyListManager Modifier and Type Method Description voidSFSZone. setBuddyListManager(BuddyListManager buddyListManager)INTERNALvoidZone. setBuddyListManager(BuddyListManager buddyListManager)INTERNAL
-