Esempio n. 1
0
 /** Notifies the listeners when an emoticon is double tapped. */
 public void notifyDoubleTapped() {
   for (EmotionSelectionListener listener : listeners) listener.onEmotionDoubleTapped(emoticon);
 }
Esempio n. 2
0
 /** Notifies the listeners when an emoticon is deselected. */
 public void notifyDeSelection() {
   for (EmotionSelectionListener listener : listeners) listener.onEmotionDeselected(emoticon);
 }