Class ChatEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      ChatEvent​(java.lang.Object sender, Chat chat)  
    • Method Summary

      Modifier and Type Method Description
      Chat getChat()  
      • Methods inherited from class java.lang.Object

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

      • ChatEvent

        public ChatEvent​(java.lang.Object sender,
                         Chat chat)
    • Method Detail

      • getChat

        public Chat getChat()