コード例 #1
0
ファイル: EmotionView.java プロジェクト: NielsBillen/felicity
 /** Notifies the listeners when an emotion is selected. */
 public void notifySelection() {
   for (EmotionSelectionListener listener : listeners) listener.onEmotionSelected(emoticon);
 }