Searched refs:activeAnnouncements (Results 1 – 3 of 3) sorted by relevance
23 void onListUpdated(in List<Announcement> activeAnnouncements); in onListUpdated() argument
78 void onListUpdated(Collection<Announcement> activeAnnouncements); in onListUpdated() argument
1806 public void onListUpdated(List<Announcement> activeAnnouncements) { in addAnnouncementListener()1807 executor.execute(() -> listener.onListUpdated(activeAnnouncements)); in addAnnouncementListener()