org.apache.commons.feedparser.network
Interface NetworkEventListener

All Superinterfaces:
EventListener

public interface NetworkEventListener
extends EventListener

An AggregationEventListener provides event dispatch from the core Aggregation class to implementors of the AggregationEventListener interface. Note that all NetworkEventListeners should be threadsafe.

Version:
$Id: NetworkEventListener.java 373622 2006-01-30 22:53:00Z mvdb $
Author:
Kevin A. Burton

Method Summary
 void dataEvent(DataEvent event)
           
 void init(DataEvent event)
          Called once per request.
 void onClosed()
          Called when this stream is closed.
 

Method Detail

init

void init(DataEvent event)
Called once per request.


dataEvent

void dataEvent(DataEvent event)

onClosed

void onClosed()
Called when this stream is closed.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.