public interface RoomOwner
Modifier and Type | Method and Description |
---|---|
boolean |
isRoomStillRequired()
implementations of this method should NOT take locks and should return
quickly.
|
void |
setRoom(MeetmeRoom meetmeRoom)
this can be usefull to null the reference to the Owner when the room is
nolong owned
|
boolean isRoomStillRequired()
void setRoom(MeetmeRoom meetmeRoom)
meetmeRoom
- Copyright © 2004–2021. All rights reserved.