// tell taginformation that we have the result
eventBus.fireEvent(new ReceivedTagsEvent());
// pass the tags to other UI bits (eg, TrafficCount)
eventBus.fireEvent(new FetchedTagsEvent(result));
refreshTagDetails = false;
clearTagDetailView();
GWT.log("tagDetailsList=" + tagDetailsList);