Methods Summary |
---|
public void | componentCreated(AzureusCore core, AzureusCoreComponent component)
|
public boolean | restartRequested(AzureusCore core)
|
public void | started(AzureusCore core)
|
public boolean | stopRequested(AzureusCore core)return true if the request has been accepted (and hence the listener will arrange for a stop to occur
|
public void | stopped(AzureusCore core)
|
public void | stopping(AzureusCore core)
|
public boolean | syncInvokeRequired()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.
|