{
LinkInformation linkInformation = new LinkInformation();
linkInformation.setTitle(inLinkUrl);
linkInformation.setUrl(inLinkUrl);
MessageAttachmentChangedEvent event = new MessageAttachmentChangedEvent(new Bookmark(
linkInformation));
eventBus.notifyObservers(event);
eventBus.notifyObservers(new
// line break.
ShowNotificationEvent(new Notification(UNVERIFIED_URL_MESSAGE)));
}
public void onSuccess(final LinkInformation result)
{
MessageAttachmentChangedEvent event = new MessageAttachmentChangedEvent(new Bookmark(
result));
boolean titleBlank = result.getTitle() == null || result.getTitle().isEmpty();
if (titleBlank)
{