// FIXME: this doesn't give the LexiconUpdater any information about namespaces
// FIXME: removed because SailConnectionListener is no longer supported by arbitrary Sails... you would need to wrap
// the Sail in a notifying Sail... but this still wouldn't give you namespace updates.
if (null != listenerSink && sailConnection instanceof NotifyingSailConnection) {
SailConnectionListener listener
= new SailConnectionListenerAdapter(listenerSink);
((NotifyingSailConnection) sailConnection).addConnectionListener(listener);
}
} catch (Throwable t) {