Package com.jcloisterzone.wsio.message

Examples of com.jcloisterzone.wsio.message.SetExpansionMessage


        if (chbox.isEnabled()) {
            chbox.addActionListener(new ActionListener() {
                @Override
                public void actionPerformed(ActionEvent e) {
                    final JCheckBox chbox = (JCheckBox) e.getSource();
                    client.getConnection().send(new SetExpansionMessage(game.getGameId(), exp, chbox.isSelected()));
                }
            });
        }
        return chbox;
    }
View Full Code Here

TOP

Related Classes of com.jcloisterzone.wsio.message.SetExpansionMessage

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.