Package lumis.collaboration.chat
Class ChatManagerFactory
- java.lang.Object
-
- lumis.collaboration.chat.ChatManagerFactory
-
public class ChatManagerFactory extends Object
Factory forChatManager
.- Since:
- 4.0.6
- Version:
- $Revision: 4306 $ $Date: 2006-09-08 11:30:54 -0300 (Fri, 08 Sep 2006) $
-
-
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
-
-