Package plugins.Freetalk.ui.web

Examples of plugins.Freetalk.ui.web.WebInterface


    mOldMessageListFetcher.start();
   
    // Create & start the UI
   
    if(logDEBUG) Logger.debug(this, "Creating Web interface...");
    mWebInterface = new WebInterface(this);

    if(logDEBUG) Logger.debug(this, "Creating FCP interface...");
    mFCPInterface = new FCPInterface(this);

    if (mConfig.getBoolean(Configuration.NNTP_SERVER_ENABLED)) {
View Full Code Here

TOP

Related Classes of plugins.Freetalk.ui.web.WebInterface

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.