Ejemplo n.º 1
0
 /** Notifies the listeners when an emotion is selected. */
 public void notifySelection() {
   for (EmotionSelectionListener listener : listeners) listener.onEmotionSelected(emoticon);
 }