net.java.sip.communicator.impl.protocol.rss
Class RssTimerRefreshFeed
java.lang.Object
java.util.TimerTask
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
|
Method Summary |
void |
run()
What the timer is supposed to do each time the PERIOD_REFRESH_RSS expire. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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.
Distributable under LGPL license.