Uses of Interface
com.jalios.util.RssEventListener
-
Packages that use RssEventListener Package Description com.jalios.jcms.rss com.jalios.jtaglib Contains the classes of utility Jalios JSP custom tag.com.jalios.util Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). -
-
Uses of RssEventListener in com.jalios.jcms.rss
Classes in com.jalios.jcms.rss that implement RssEventListener Modifier and Type Class Description classRssTrackerListenerListen toRssEventin order to manage rss tracking featureMethods in com.jalios.jcms.rss that return RssEventListener Modifier and Type Method Description RssEventListenerRssManager. getRssTrackerListener()Get Rss tracker listenerMethods in com.jalios.jcms.rss that return types with arguments of type RssEventListener Modifier and Type Method Description java.util.Set<RssEventListener>RssManager. getDefaultListeners()returns theRssEventListenersetMethods in com.jalios.jcms.rss with parameters of type RssEventListener Modifier and Type Method Description voidRssManager. addDefaultListener(RssEventListener listener)AddRssEventListenervoidRssManager. removeDefaultListener(RssEventListener listener)RemoveRssEventListenerfrom existing listenerMethod parameters in com.jalios.jcms.rss with type arguments of type RssEventListener Modifier and Type Method Description voidRssManager. addDefaultListeners(java.util.Set<RssEventListener> listeners)AddRssEventListenerset to existing listenersvoidRssManager. removeDefaultListeners(java.util.List<RssEventListener> listeners)RemoveRssEventListenerfrom listener listvoidRssManager. setDefaultListeners(java.util.Set<RssEventListener> listeners) -
Uses of RssEventListener in com.jalios.jtaglib
Method parameters in com.jalios.jtaglib with type arguments of type RssEventListener Modifier and Type Method Description voidRssTag. setEventListeners(java.util.Set<RssEventListener> eventListeners) -
Uses of RssEventListener in com.jalios.util
Methods in com.jalios.util that return types with arguments of type RssEventListener Modifier and Type Method Description java.util.Set<RssEventListener>RssChannel. getListeners()returns theRssEventListenerSetMethods in com.jalios.util with parameters of type RssEventListener Modifier and Type Method Description voidRssChannel. addListener(RssEventListener listener)AddRssEventListenervoidRssChannel. removeListener(RssEventListener listener)RemoveRssEventListenerfrom existing listenerMethod parameters in com.jalios.util with type arguments of type RssEventListener Modifier and Type Method Description voidRssChannel. addListeners(java.util.Set<RssEventListener> listeners)AddRssEventListenerlist to existing listenersvoidRssChannel. removeListeners(java.util.List<RssEventListener> listeners)RemoveRssEventListenerfrom listener listvoidRssChannel. setListeners(java.util.Set<RssEventListener> listeners)Constructor parameters in com.jalios.util with type arguments of type RssEventListener Constructor Description RssChannel(java.io.File file, java.util.Set<RssEventListener> eventListeners)Create a new RssChannel.RssChannel(java.lang.String url, long ufreq, int timeout, java.util.Set<RssEventListener> eventListeners)Create a new RssChannel.RssChannel(java.lang.String url, long ufreq, java.util.Set<RssEventListener> eventListeners)Create a new RssChannel.
-