Exemple #1
0
 @Override
 protected void onRefresh() throws BeansException {
   super.onRefresh();
   ApplicationInformation ai = getApplicationInformation();
   if (ai != null) ai.onRefresh(this);
 }