Пример #1
0
 public static void receiveAlertFrom(ContactDto contact) {
   for (MessageRecievedListener l : LISTENER) {
     l.alert(contact);
   }
 }