Package org.olat.instantMessaging.rosterandchat

Examples of org.olat.instantMessaging.rosterandchat.ChatManagerController


    content.put("polling", jsComp);
    locale = ureq.getLocale();
    f = Formatter.getInstance(locale);
    refreshButton = LinkFactory.createButtonSmall("command.refresh", content, this);
    updateUI(ureq, true);
    chatMgrCtrl = new ChatManagerController(ureq, wControl);
    content.put("chats", chatMgrCtrl.getInitialComponent());
    listenTo(chatMgrCtrl);
    putInitialPanel(content);
  }
View Full Code Here

TOP

Related Classes of org.olat.instantMessaging.rosterandchat.ChatManagerController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.