Package org.eclipse.ecf.protocol.msn.internal.net

Examples of org.eclipse.ecf.protocol.msn.internal.net.ClientTicketRequest


   */
  NotificationSession(MsnClient client) {
    super(client);
    list = client.getContactList();
    listeners = new ArrayList();
    request = new ClientTicketRequest();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.protocol.msn.internal.net.ClientTicketRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.