Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.rss
Class RssTimerRefreshFeed

java.lang.Object
  extended by java.util.TimerTask
      extended by net.java.sip.communicator.impl.protocol.rss.RssTimerRefreshFeed
All Implemented Interfaces:
Runnable

public class RssTimerRefreshFeed
extends TimerTask

Instant messaging functionalites for the Rss protocol.

Author:
Jean-Albert Vescovo

Constructor Summary
RssTimerRefreshFeed(OperationSetBasicInstantMessagingRssImpl opSet)
          Creates an instance of timer used to seeking periodically the rss feeds registered as contacts.
 
Method Summary
 void run()
          What the timer is supposed to do each time the PERIOD_REFRESH_RSS expire.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssTimerRefreshFeed

public RssTimerRefreshFeed(OperationSetBasicInstantMessagingRssImpl opSet)
Creates an instance of timer used to seeking periodically the rss feeds registered as contacts.

Parameters:
opSet - the OperationSetBasicInstantMessagingRssImpl instance that is managing the rss protocol.
Method Detail

run

public void run()
What the timer is supposed to do each time the PERIOD_REFRESH_RSS expire. In facts, it launch a new thread responsible for starting one or more rss queries

Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.