Package nu.fw.jeti.plugins.buddyspacemaps.core

Examples of nu.fw.jeti.plugins.buddyspacemaps.core.BSMapBean


   
  }
   
    /** Inits plugin core */
    protected void initCore(Backend backend) {
        mapBean = new BSMapBean(mapPath,backend);
        //mapBean.setProxy(mainFrame.proxy, mainFrame.proxyPort);
        //mapBean.setFileServer(mainFrame.fileServer, mainFrame.fileServerPath, mainFrame.fileServerPort);
       
//        mapPubsub = new BSMapPubsubCore(mainFrame, mapBean);
//        mapPubsub.setPubsubJID(pubsubJID);
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.buddyspacemaps.core.BSMapBean

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.