| Package | Description |
|---|---|
| com.smartfoxserver.v2.entities |
| Modifier and Type | Method and Description |
|---|---|
static SFSRoomEvents |
SFSRoomEvents.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFSRoomEvents[] |
SFSRoomEvents.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SFSRoomEvents> |
Zone.getGroupEvents(java.lang.String groupId) |
java.util.Set<SFSRoomEvents> |
SFSZone.getGroupEvents(java.lang.String groupId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Zone.isGroupEventSet(java.lang.String groupId,
SFSRoomEvents eventToCheck)
Checks whether a specific Room Event for the specified Group is active
|
boolean |
SFSZone.isGroupEventSet(java.lang.String groupId,
SFSRoomEvents eventToCheck)
Checks whether a specific Room Event for the specified Group is active
|
| Modifier and Type | Method and Description |
|---|---|
void |
Zone.registerEventsForRoomGroup(java.lang.String groupId,
java.util.Set<SFSRoomEvents> flags) |
void |
SFSZone.registerEventsForRoomGroup(java.lang.String groupId,
java.util.Set<SFSRoomEvents> flags)
|