com.raritantechnologies.verity.collection
Class XMLDispatchFilterListener

java.lang.Object
  extended bycom.raritantechnologies.verity.collection.XMLDispatchFilterListener
All Implemented Interfaces:
IGatewayListener

public abstract class XMLDispatchFilterListener
extends java.lang.Object
implements IGatewayListener

GatewayListener that dispatches to delegate listeners using a DispatchFilter.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
XMLDispatchFilterListener()
           
 
Method Summary
 void dataComplete(ICollectionGateway gateway)
           
 void processData(IResultSet dataSet)
          Command to process a set of results generated by an ICollectionGateway implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.raritantechnologies.searchApp.dataCollection.IGatewayListener
dataComplete, gatewayFailed
 

Constructor Detail

XMLDispatchFilterListener

public XMLDispatchFilterListener()
Method Detail

processData

public void processData(IResultSet dataSet)
Description copied from interface: IGatewayListener
Command to process a set of results generated by an ICollectionGateway implementation.

Specified by:
processData in interface IGatewayListener

dataComplete

public void dataComplete(ICollectionGateway gateway)