net.java.sip.communicator.plugin.update
Class Update
java.lang.Object
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
|
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 |
Update
public Update()
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.
Distributable under LGPL license.