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