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 class
RssTrackerListener
Listen toRssEvent
in order to manage rss tracking featureMethods in com.jalios.jcms.rss that return RssEventListener Modifier and Type Method Description RssEventListener
RssManager. 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 theRssEventListener
setMethods in com.jalios.jcms.rss with parameters of type RssEventListener Modifier and Type Method Description void
RssManager. addDefaultListener(RssEventListener listener)
AddRssEventListener
void
RssManager. removeDefaultListener(RssEventListener listener)
RemoveRssEventListener
from existing listenerMethod parameters in com.jalios.jcms.rss with type arguments of type RssEventListener Modifier and Type Method Description void
RssManager. addDefaultListeners(java.util.Set<RssEventListener> listeners)
AddRssEventListener
set to existing listenersvoid
RssManager. removeDefaultListeners(java.util.List<RssEventListener> listeners)
RemoveRssEventListener
from listener listvoid
RssManager. 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 void
RssTag. 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 theRssEventListener
SetMethods in com.jalios.util with parameters of type RssEventListener Modifier and Type Method Description void
RssChannel. addListener(RssEventListener listener)
AddRssEventListener
void
RssChannel. removeListener(RssEventListener listener)
RemoveRssEventListener
from existing listenerMethod parameters in com.jalios.util with type arguments of type RssEventListener Modifier and Type Method Description void
RssChannel. addListeners(java.util.Set<RssEventListener> listeners)
AddRssEventListener
list to existing listenersvoid
RssChannel. removeListeners(java.util.List<RssEventListener> listeners)
RemoveRssEventListener
from listener listvoid
RssChannel. 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.
-