FileDocCategorySizeDatePackage
AzureusCoreLifecycleListener.javaAPI DocAzureus 3.0.3.41944Mon Mar 06 09:10:26 GMT 2006com.aelitis.azureus.core

AzureusCoreLifecycleListener

public interface AzureusCoreLifecycleListener
author
parg

Fields Summary
Constructors Summary
Methods Summary
public voidcomponentCreated(AzureusCore core, AzureusCoreComponent component)

public booleanrestartRequested(AzureusCore core)

public voidstarted(AzureusCore core)

public booleanstopRequested(AzureusCore core)
return true if the request has been accepted (and hence the listener will arrange for a stop to occur

param
core
return

public voidstopped(AzureusCore core)

public voidstopping(AzureusCore core)

public booleansyncInvokeRequired()
Some listeners must be invoked on the same thread that initiates a core closedown. In particular the show-alerts-raised-during-closedown logic requires that it is invoked on the swt thread that initiated the closedown.

return