Package net.sf.agentopia.ui.core

Examples of net.sf.agentopia.ui.core.IAgentopiaAgentGUI.dispose()


     * @param agentFrame The agent internal frame.
     */
    private void disposeAgentInternalFrame(AgentRunInternalFrame agentFrame) {
        // Indicate disposal to inner agent GUI.
        final IAgentopiaAgentGUI agentGui = agentFrame.getAgentGui();
        agentGui.dispose();

        // Remove from agent GUI cache.
        final String agentUid = agentFrame.getAgentUID();
        agentGuiMap.remove(agentUid);
    }
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.