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
1814 public void onListUpdated(List<Announcement> activeAnnouncements) { in addAnnouncementListener()1815 executor.execute(() -> listener.onListUpdated(activeAnnouncements)); in addAnnouncementListener()