{
public void update(final UpdatedActivityFlagResponseEvent ev)
{
eventBus.notifyObservers(new ShowNotificationEvent(new Notification(
"The flagged activity has been allowed")));
adminTabContent.reload();
}
});
eventBus.addObserver(UpdatedReviewPendingGroupResponseEvent.class,
new Observer<UpdatedReviewPendingGroupResponseEvent>()