org.olat.instantMessaging.groupchat
Class GroupChatManagerControllerCluster
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.instantMessaging.groupchat.GroupChatManagerController
org.olat.instantMessaging.groupchat.GroupChatManagerControllerCluster
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable
public class GroupChatManagerControllerCluster
- extends GroupChatManagerController
Description:
GroupChatManagerController manages creation and deletion of groupChatControllers and provides
Initial Date: 15.05.2008
- Author:
- guido
| Methods inherited from class org.olat.core.gui.control.DefaultController |
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroupChatManagerControllerCluster
public GroupChatManagerControllerCluster(UserRequest ureq,
WindowControl control)
- controller that manages groupChats, you can access the single instance over the instantMessaging interface
- Parameters:
ureq - control -
createGroupChat
public void createGroupChat(UserRequest ureq,
WindowControl windowControl,
OLATResourceable ores,
java.lang.String roomName,
boolean compact,
boolean anonymousInChatroom)
- Specified by:
createGroupChat in class GroupChatManagerController