コード例 #1
0
ファイル: Configuration.java プロジェクト: bbrower/jetstream
 @Override
 protected void onRefresh() throws BeansException {
   super.onRefresh();
   ApplicationInformation ai = getApplicationInformation();
   if (ai != null) ai.onRefresh(this);
 }