Class Msg.AbstractMessage

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractMessage​(java.lang.String mask)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMask()  
      • Methods inherited from class java.lang.Object

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

      • AbstractMessage

        public AbstractMessage​(java.lang.String mask)
    • Method Detail

      • getMask

        public java.lang.String getMask()
        Specified by:
        getMask in interface Msg.Message