Package net.sourceforge.jwbf.mediawiki.actions.queries

Examples of net.sourceforge.jwbf.mediawiki.actions.queries.LogEvents


   * @return the last ten log events
   * @throws ActionException on problems with http, cookies and io
   * @throws ProcessException
   */
  public Iterator<LogItem> getLogEvents(int limit, String type) throws ActionException, ProcessException {
    LogEvents c = new LogEvents(this, limit, type);
   
    return c;
   
   
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.jwbf.mediawiki.actions.queries.LogEvents

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.