Package com.rometools.fetcher
Interface FetcherListener
-
- All Superinterfaces:
EventListener
@Deprecated public interface FetcherListener extends EventListener
Deprecated.ROME Fetcher will be dropped in the next major version of ROME (version 2). For more information and some migration hints, please have a look at our detailed explanation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidfetcherEvent(FetcherEvent event)Deprecated.Called when a fetcher event occurs
-
-
-
Method Detail
-
fetcherEvent
void fetcherEvent(FetcherEvent event)
Deprecated.Called when a fetcher event occurs
- Parameters:
event- the event that fired
-
-