com.sun.syndication.fetcher.samples
Class FeedReader.FetcherEventListenerImpl

java.lang.Object
  extended bycom.sun.syndication.fetcher.samples.FeedReader.FetcherEventListenerImpl
All Implemented Interfaces:
java.util.EventListener, FetcherListener
Enclosing class:
FeedReader

static class FeedReader.FetcherEventListenerImpl
extends java.lang.Object
implements FetcherListener


Constructor Summary
(package private) FeedReader.FetcherEventListenerImpl()
           
 
Method Summary
 void fetcherEvent(FetcherEvent event)
          Called when a fetcher event occurs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedReader.FetcherEventListenerImpl

FeedReader.FetcherEventListenerImpl()
Method Detail

fetcherEvent

public void fetcherEvent(FetcherEvent event)
Description copied from interface: FetcherListener

Called when a fetcher event occurs

Specified by:
fetcherEvent in interface FetcherListener
Parameters:
event - the event that fired
See Also:
FetcherListener.fetcherEvent(com.sun.syndication.fetcher.FetcherEvent)


Copyright © 2004 Sun Microsystems. All Rights Reserved.