Package org.wikipediacleaner.api.check

Examples of org.wikipediacleaner.api.check.CheckWiki.addListener()


   */
  @Override
  protected void afterFinishedReloadWorker() {
    super.afterFinishedReloadWorker();
    CheckWiki checkWiki = APIFactory.getCheckWiki();
    checkWiki.addListener(this);
    analyzeCheckWiki();
  }

  /**
   * Analyze the Check Wiki page contents.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.