// store the result
tagDetailsList = result;
// 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;