Example #1
0
 public Message()
 {
     this.m_title        = "";
     this.m_content      = "";
     this.m_sendTime     = "2013-12-20 18:31:00";
     this.m_acceptTimes  = new List <TimeInterval>();
     this.m_multiPkg     = 0;
     this.m_raw          = "";
     this.m_loopInterval = -1;
     this.m_loopTimes    = -1;
     this.m_action       = new ClickAction();
     this.m_style        = new Style(0);
 }
Example #2
0
 public Message()
 {
     m_title        = "";
     m_content      = "";
     m_sendTime     = "";
     m_acceptTimes  = new List <TimeInterval>();
     m_multiPkg     = 0;
     m_raw          = "";
     m_loopInterval = -1;
     m_loopTimes    = -1;
     m_action       = new ClickAction();
     m_style        = new Style(0);
     m_pushID       = 0;
 }
Example #3
0
 public void setAction(ClickAction action)
 {
     this.m_action = action;
 }