Package com.jalios.jcms.rss
Class RssTrackerListener
- java.lang.Object
-
- com.jalios.jcms.rss.RssTrackerListener
-
- All Implemented Interfaces:
RssEventListener
public class RssTrackerListener extends java.lang.Object implements RssEventListener
Listen toRssEvent
in order to manage rss tracking feature- Since:
- JCMS 6.3
- Author:
- Ludovic SMADJA
-
-
Constructor Summary
Constructors Constructor Description RssTrackerListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processEvent(RssEvent event)
process Rss event
-
-
-
Method Detail
-
processEvent
public void processEvent(RssEvent event)
Description copied from interface:RssEventListener
process Rss event- Specified by:
processEvent
in interfaceRssEventListener
- Parameters:
event
- the event
-
-