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