Esempio n. 1
0
 private void passiveSelectionChanged() {
   PNotificationCenter.defaultCenter().postNotification(SELECTION_CHANGED_NOTIFICATION, this);
   if (isActiveSelectionHandler()) selectionChanged(getSelection());
 }
Esempio n. 2
0
 private void activeSelectionChanged() {
   setActiveSelectionHandler(this);
   PNotificationCenter.defaultCenter().postNotification(SELECTION_CHANGED_NOTIFICATION, this);
   selectionChanged(getSelection());
 }