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 toRssEventin 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 voidprocessEvent(RssEvent event)process Rss event 
 - 
 
- 
- 
Method Detail
- 
processEvent
public void processEvent(RssEvent event)
Description copied from interface:RssEventListenerprocess Rss event- Specified by:
 processEventin interfaceRssEventListener- Parameters:
 event- the event
 
 - 
 
 -