Package org.boris.xlloop.command

Examples of org.boris.xlloop.command.CommandResult


import org.boris.xlloop.menu.SubMenu;

public class TestMenu implements IMenuProvider
{
    public CommandResult execute(String item, String submenu) {
        return new CommandResult();
    }
View Full Code Here

TOP

Related Classes of org.boris.xlloop.command.CommandResult

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.