Class DemoHandler

java.lang.Object
  extended by DemoHandler
All Implemented Interfaces:
PageCallbackHandler

public class DemoHandler
extends java.lang.Object
implements PageCallbackHandler

A very simple callback for demo. qa

See Also:
PageCallbackHandler

Constructor Summary
DemoHandler()
           
 
Method Summary
 void process(WikiPage page)
          This is the callback method that should be implemented before registering with WikiXMLDOMParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoHandler

public DemoHandler()
Method Detail

process

public void process(WikiPage page)
Description copied from interface: PageCallbackHandler
This is the callback method that should be implemented before registering with WikiXMLDOMParser

Specified by:
process in interface PageCallbackHandler
Parameters:
page - a wikipedia page object
See Also:
WikiPage