public class ContextStateEventUtil extends Object
Constructor and Description |
---|
ContextStateEventUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
dispatchContext(CopyOnWriteArrayList<ContextStateListener> listeners,
Supplier<T> supplier,
BiConsumer<ContextStateListener,T> consumer) |
static <T> void |
dispatchPartition(CopyOnWriteArrayList<ContextPartitionStateListener> listeners,
Supplier<T> supplier,
BiConsumer<ContextPartitionStateListener,T> consumer) |
public static <T> void dispatchContext(CopyOnWriteArrayList<ContextStateListener> listeners, Supplier<T> supplier, BiConsumer<ContextStateListener,T> consumer)
public static <T> void dispatchPartition(CopyOnWriteArrayList<ContextPartitionStateListener> listeners, Supplier<T> supplier, BiConsumer<ContextPartitionStateListener,T> consumer)
Copyright © 2005–2018. All rights reserved.