// associated with it, so it is safe to just synthesize an event on the
// client.
if (model.getSelectedSurface().hasKey()) {
startInitialLoad();
} else {
statusObserver.onTaskFinished();
model.notifySurfaceNotesReceived(new Note[0]);
startPolling();
}
}