Package | Description |
---|---|
com.smartfoxserver.v2.buddylist | |
com.smartfoxserver.v2.buddylist.storage | |
com.smartfoxserver.v2.entities |
Modifier and Type | Class and Description |
---|---|
class |
SFSBuddyListManager |
Modifier and Type | Method and Description |
---|---|
BuddyListManager |
SFSBuddyList.getBuddyListManager() |
BuddyListManager |
BuddyList.getBuddyListManager()
Get a reference to the BuddyManager managing this BuddyList
|
Modifier and Type | Method and Description |
---|---|
void |
SFSBuddyList.setBuddyListManager(BuddyListManager buddyListManager) |
void |
BuddyList.setBuddyListManager(BuddyListManager buddyListManager) |
Constructor and Description |
---|
SFSBuddyList(java.lang.String ownerName,
BuddyListManager buddyListManager) |
Modifier and Type | Method and Description |
---|---|
BuddyListManager |
FSBuddyStorage.getBuddyListManager() |
BuddyListManager |
BuddyStorage.getBuddyListManager()
Get a reference to the BuddyManager managing this BuddyStorage class
|
Modifier and Type | Method and Description |
---|---|
void |
FSBuddyStorage.setBuddyListManager(BuddyListManager buddyListManager) |
void |
BuddyStorage.setBuddyListManager(BuddyListManager buddyListManager) |
Modifier and Type | Method and Description |
---|---|
BuddyListManager |
Zone.getBuddyListManager()
INTERNAL
Instead use
SFSBuddyApi |
BuddyListManager |
SFSZone.getBuddyListManager()
INTERNAL
Instead use
SFSBuddyApi |
Modifier and Type | Method and Description |
---|---|
void |
Zone.setBuddyListManager(BuddyListManager buddyListManager)
INTERNAL
|
void |
SFSZone.setBuddyListManager(BuddyListManager buddyListManager)
INTERNAL
|