public class UserJoinEventImpl extends Object implements UserJoinEvent
| Constructor and Description |
|---|
UserJoinEventImpl(Jitter jitter,
Room room,
User user,
org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
asJSON()
Gets the underlying JSON object.
|
Jitter |
getJitter()
Gets the providing
Jitter object. |
Room |
getRoom()
Gets the room that the user joined.
|
User |
getUser()
Gets the user who joined.
|
public Jitter getJitter()
JitterEventJitter object.getJitter in interface JitterEventpublic org.json.JSONObject asJSON()
UserJoinEventasJSON in interface UserJoinEventpublic Room getRoom()
UserJoinEventgetRoom in interface UserJoinEventpublic User getUser()
UserJoinEventgetUser in interface UserJoinEventCopyright © 2016. All rights reserved.