Uses of Interface
com.rometools.fetcher.FetcherListener
-
Packages that use FetcherListener Package Description com.rometools.fetcher com.rometools.fetcher.impl -
-
Uses of FetcherListener in com.rometools.fetcher
Methods in com.rometools.fetcher with parameters of type FetcherListener Modifier and Type Method Description voidFeedFetcher. addFetcherEventListener(FetcherListener listener)Deprecated.Add a FetcherListener.voidFeedFetcher. removeFetcherEventListener(FetcherListener listener)Deprecated.Remove a FetcherListener -
Uses of FetcherListener in com.rometools.fetcher.impl
Methods in com.rometools.fetcher.impl with parameters of type FetcherListener Modifier and Type Method Description voidAbstractFeedFetcher. addFetcherEventListener(FetcherListener listener)Deprecated.voidAbstractFeedFetcher. removeFetcherEventListener(FetcherListener listener)Deprecated.
-