| Modifier and Type | Method and Description |
|---|---|
Room.State |
Room.getState() |
static Room.State |
Room.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Room.State[] |
Room.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MucModule.StateChangeHandler.onStateChange(tigase.jaxmpp.core.client.SessionObject sessionObject,
Room room,
Room.State oldState,
Room.State newState) |
| Constructor and Description |
|---|
StateChangeEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
Room room,
Room.State oldState,
Room.State newState) |
Copyright © 2006–2016 Tigase. All rights reserved.