org.apache.commons.feedparser.network
Interface NetworkEventListener

All Superinterfaces:
java.util.EventListener

public interface NetworkEventListener
extends java.util.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 159212 2005-03-27 23:31:07Z 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

public void init(DataEvent event)
Called once per request.


dataEvent

public void dataEvent(DataEvent event)

onClosed

public void onClosed()
Called when this stream is closed.



Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.