Package lumis.collaboration.chat
Class ChatManagerFactory
- java.lang.Object
-
- lumis.collaboration.chat.ChatManagerFactory
-
public class ChatManagerFactory extends java.lang.Object
Factory forChatManager
.- Since:
- 4.0.6
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description ChatManagerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IChatManager
getChatManager()
Returns a chat manager instance.
-
-
-
Method Detail
-
getChatManager
public static IChatManager getChatManager()
Returns a chat manager instance.- Returns:
- a chat manager instance.
- Since:
- 4.0.6
-
-