Package ua.vydai.chat.server.model

Examples of ua.vydai.chat.server.model.ChatServerModel


import ua.vydai.chat.server.view.interfaces.*;

public class ServerController implements ActionListener {
   
    public static void main(String[] args) {
        ServerController controller = new ServerController(new ChatServerModel());
        controller.createView(SimpleAwtServerView.getFactory());
//        controller.createView(SimpleAwtServerView.getFactory()); // FOR DEBUG
    }
View Full Code Here

TOP

Related Classes of ua.vydai.chat.server.model.ChatServerModel

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.