setBinaryAttributes( browserConnection, monitor );
}
finally
{
EventRegistry.resumeEventFireingInCurrentThread();
BrowserConnectionUpdateEvent browserConnectionUpdateEvent = new BrowserConnectionUpdateEvent(
browserConnection, BrowserConnectionUpdateEvent.Detail.BROWSER_CONNECTION_OPENED );
EventRegistry.fireBrowserConnectionUpdated( browserConnectionUpdateEvent, this );
BrowserConnectionUpdateEvent schemaUpdateEvent = new BrowserConnectionUpdateEvent( browserConnection,
BrowserConnectionUpdateEvent.Detail.SCHEMA_UPDATED );
EventRegistry.fireBrowserConnectionUpdated( schemaUpdateEvent, this );
}
}
}