Package com.jcloisterzone.ui.dialog.AmbiguousUndeployDialog

Examples of com.jcloisterzone.ui.dialog.AmbiguousUndeployDialog.AmbiguousUndeployDialogEvent


            action.perform(getClient().getServer(), pointers.get(0));
            return;
        }


        new AmbiguousUndeployDialog(getClient(), pointers, new AmbiguousUndeployDialogEvent() {
            @Override
            public void meepleTypeSelected(MeeplePointer mp) {
               action.perform(getClient().getServer(), mp);
            }
        });
View Full Code Here

TOP

Related Classes of com.jcloisterzone.ui.dialog.AmbiguousUndeployDialog.AmbiguousUndeployDialogEvent

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.