ConnectionAliveACKMessage.java :  » UnTagged » movirdroid-unlu » ar » edu » unlu » sistemas » p2p » business » msg » Android Open Source

Android Open Source » UnTagged » movirdroid unlu 
movirdroid unlu » ar » edu » unlu » sistemas » p2p » business » msg » ConnectionAliveACKMessage.java
package ar.edu.unlu.sistemas.p2p.business.msg;

import org.jdom.Document;

public class ConnectionAliveACKMessage extends Message {
  
  public ConnectionAliveACKMessage(Document xmlDoc) {
    super(xmlDoc);
    // TODO Auto-generated constructor stub
  }

  public ConnectionAliveACKMessage() {
    super(MessageFactory.CODE_CONNECTION_ALIVE_ACK);
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.