Class ChatLine


  • @Client
    public class ChatLine
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String message  
      int updateCounter  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChatLine​(java.lang.String var1)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • message

        public java.lang.String message
      • updateCounter

        public int updateCounter
    • Constructor Detail

      • ChatLine

        public ChatLine​(java.lang.String var1)