Package tzar.mafiabot.engine

Examples of tzar.mafiabot.engine.Parser


        } else {
          thread = urlField.getText();
        }

        cacheFile = new File("MafiaBot-" + thread.hashCode() + ".cache");
        Parser bot = new Parser(thread, MafiaView.this);
        if (!isStopped())
          bot.start();
      }
    }.start();
  }
View Full Code Here

TOP

Related Classes of tzar.mafiabot.engine.Parser

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.