8182838485868788899091
* * @param dateLeft the date this user left the room. */ void left(Date dateLeft) { MeetMeUserState oldState; synchronized (this) { oldState = this.state; this.dateLeft = dateLeft; this.state = MeetMeUserState.LEFT;