Package org.mitre.sipchat.model

Examples of org.mitre.sipchat.model.ClientFactory


     * Runs the client in this package.
     * @see Client
     */
    public void run() {
  final String f = font;
  ClientFactory cf = new ClientFactory() {
    public void makeClient(ClientModel cm) {
        setClient(new Client(cm, f));
    }
      };
//  ClientStart.login(user, password, host, signer, result, cf); 
View Full Code Here

TOP

Related Classes of org.mitre.sipchat.model.ClientFactory

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.