Class ChatManagerFactory


  • public class ChatManagerFactory
    extends java.lang.Object
    Factory for ChatManager.
    Since:
    4.0.6
    Version:
    $Revision: 4306 $ $Date: 2006-09-08 11:30:54 -0300 (Fri, 08 Sep 2006) $
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IChatManager getChatManager()
      Returns a chat manager instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChatManagerFactory

        public ChatManagerFactory()
    • Method Detail

      • getChatManager

        public static IChatManager getChatManager()
        Returns a chat manager instance.
        Returns:
        a chat manager instance.
        Since:
        4.0.6