Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.update
Class Update

java.lang.Object
  extended by net.java.sip.communicator.plugin.update.Update
All Implemented Interfaces:
UpdateService

public class Update
extends Object
implements UpdateService

Implements checking for software updates, downloading and applying them i.e. the very logic of the update plug-in.

Author:
Damian Minkov, Lyubomir Marinov

Constructor Summary
Update()
           
 
Method Summary
 void checkForUpdates(boolean notifyAboutNewestVersion)
          Invokes "Check for Updates".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Update

public Update()
Method Detail

checkForUpdates

public void checkForUpdates(boolean notifyAboutNewestVersion)
Invokes "Check for Updates".

Specified by:
checkForUpdates in interface UpdateService
Parameters:
notifyAboutNewestVersion - true if the user is to be notified if they have the newest version already; otherwise, false

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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