|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.electrotank.electroserver4.extensions.api.value.UserEnterContext
public class UserEnterContext
Contains the context for a userEnter event.
RoomUserEvents.userEnter| Constructor Summary | |
|---|---|
UserEnterContext(String userName)
Creates a new instance of UserEnterContext for a given userName |
|
| Method Summary | |
|---|---|
EsObject |
getResponseParameters()
Gets the responseParameters for the room entry. |
String |
getUserName()
Gets the name of the user who just entered the room. |
void |
setResponseParameters(EsObject responseParameters)
Sets the responseParameters for the room entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserEnterContext(String userName)
userName - name of the user who just entered the room| Method Detail |
|---|
public String getUserName()
public EsObject getResponseParameters()
public void setResponseParameters(EsObject responseParameters)
responseParameters - EsObject with the response parameters
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||