Examples of IServerConnection


Examples of com.barrybecker4.game.common.online.server.IServerConnection

    protected OnlineGameManagerPanel(GameViewModel viewer, GameStartListener dlg) {

        controller_ = viewer.getController();
        gameStartedListener_ = dlg;

        IServerConnection connection = controller_.getServerConnection();
        assert (connection != null) :
                "You should not create this dlg without first verifying that online play is available.";
        connection.addOnlineChangeListener(this);

        enableEvents( AWTEvent.WINDOW_EVENT_MASK );

        initGUI();
    }
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.