org.jperdian.rss2
Interface RssChannelUpdateListener


public interface RssChannelUpdateListener

Can be registered on a RssChannel to receive notification once the channel's data has been updated

Author:
Christian Robert

Method Summary
 void channelUpdated(RssChannel channel)
          Gets notification, that the channel was updated
 

Method Detail

channelUpdated

public void channelUpdated(RssChannel channel)
Gets notification, that the channel was updated

Parameters:
channel - the RssChannel that did receive new data