org.gudy.azureus2.ui.swt.updater2
Class SWTUpdateChecker

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.updater2.SWTUpdateChecker
All Implemented Interfaces:
UpdatableComponent

public class SWTUpdateChecker
extends Object
implements UpdatableComponent

Author:
Olivier Chalouhi

Constructor Summary
SWTUpdateChecker()
           
 
Method Summary
 void checkForUpdate(UpdateChecker checker)
           
 int getMaximumCheckTime()
          estimated maximum time to check whether an update is required or not in SECONDS
 String getName()
          Name of the updatable component
static void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTUpdateChecker

public SWTUpdateChecker()
Method Detail

initialize

public static void initialize()

checkForUpdate

public void checkForUpdate(UpdateChecker checker)
Specified by:
checkForUpdate in interface UpdatableComponent

getName

public String getName()
Description copied from interface: UpdatableComponent
Name of the updatable component

Specified by:
getName in interface UpdatableComponent
Returns:

getMaximumCheckTime

public int getMaximumCheckTime()
Description copied from interface: UpdatableComponent
estimated maximum time to check whether an update is required or not in SECONDS

Specified by:
getMaximumCheckTime in interface UpdatableComponent
Returns: