public void onCheckApplicationBusy(CheckApplicationBusyEvent event) {
checkApplicationBusy();
}
});
eventBus.addHandler(MatchingPointsBusyEvent.TYPE, new MatchingPointsBusyEventHandler() {
@Override
public void onBusy(MatchingPointsBusyEvent event) {
// turn off the checkApplicationBusy timer for this client
// (but does not affect other clients)