コード例 #1
0
ファイル: WizardPopup.java プロジェクト: ngoanhtan/consulo
 protected final void notifyParentOnChildSelection() {
   if (myParent == null || myParentValue == null) return;
   myParent.onChildSelectedFor(myParentValue);
 }