Package org.openmim.infrastructure

Examples of org.openmim.infrastructure.Context


    private StatusRoomListenerExternalGUIImpl statusRoomListenerExternalGUI;
    private IMListenerImpl imListener;

    private Kernel(ConfigurationBean configurationBean) {
        statusRoomListenerExternalGUI = new StatusRoomListenerExternalGUIImpl();
        ctx=new Context(new MetaNetwork(), configurationBean, statusRoomListenerExternalGUI);
        ctx.getMetaNetwork().postLoad(imListener=new IMListenerImpl());
    }
View Full Code Here

TOP

Related Classes of org.openmim.infrastructure.Context

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.