Examples of NewBaseElementEvent


Examples of org.apache.tools.ant.gui.event.NewBaseElementEvent

        if (name.length() > 0) {
            // Create the new element
            ACSElement retval =
            ACSFactory.getInstance().createElement(e, name);
            getContext().getEventBus().postEvent(
            new NewBaseElementEvent(getContext(),  retval));
        } else {
            // Request a refresh so the popup menu is removed
            // from the display.
            getContext().getEventBus().postEvent(
            new RefreshDisplayEvent(getContext()));
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.