Package com.brewtab.irclog

Examples of com.brewtab.irclog.IRCLogger


    public void start() throws Exception {
        client = ClientFactory.newInstance().connect(connectSpec);

        connection = createConnection();
        logger = new IRCLogger(connection);
        properties = new SQLProperties(connection);

        plusPlus = new PlusPlus(properties);
        appletsListener = new AppletListener();
        initApplets();
View Full Code Here

TOP

Related Classes of com.brewtab.irclog.IRCLogger

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.