tileLayerNewCopyrightHandlers.addHandler(handler,
new CopyrightCallback() {
@Override
public void callback(Copyright copyright) {
TileLayerNewCopyrightEvent e = new TileLayerNewCopyrightEvent(
TileLayer.this, copyright);
handler.onNewCopyright(e);
}
});
}