Searched refs:dispatchTargets (Results 1 – 1 of 1) sorted by relevance
43 public BroadcastDispatcher(Dispatchable<T>... dispatchTargets) { in BroadcastDispatcher() argument45 checkNotNull(dispatchTargets, "dispatchTargets must not be null")); in BroadcastDispatcher()