Examples of ChatClientModel


Examples of ua.vydai.chat.client.model.ChatClientModel

import ua.vydai.chat.client.view.interfaces.ClientViewFactory;

public class ClientController implements ActionListener {
   
    public static void main(String[] args) {
        ClientController controller = new ClientController(new ChatClientModel());
        controller.createView(SimpleAwtClientView.getFactory());
//        controller.createView(SimpleAwtClientView.getFactory()); // FOR DEBUG
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.