}
protected void init(AzureusCore core) {
this.core = core;
TRTrackerAnnouncerFactory.addListener(new TRTrackerAnnouncerFactoryListener() {
public void clientDestroyed(TRTrackerAnnouncer client) {
System.out.println("ADD " + client.getTrackerURL().toString());
}
public void clientCreated(TRTrackerAnnouncer client) {