org.gudy.azureus2.plugins.update
Interface UpdatableComponent


public interface UpdatableComponent

Author:
parg

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
 

Method Detail

getName

String getName()
Name of the updatable component

Returns:

getMaximumCheckTime

int getMaximumCheckTime()
estimated maximum time to check whether an update is required or not in SECONDS

Returns:

checkForUpdate

void checkForUpdate(UpdateChecker checker)