public class Wrapper
extends java.lang.Object
| Constructor and Description |
|---|
Wrapper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> EventPublisher<T> |
wrapPublisher(EventPublisher<T> wrapped) |
static <K,V> KeyedEventPublisher<K,V> |
wrapPublisher(KeyedEventPublisher<K,V> wrapped) |
static <T> EventSubscriber<T> |
wrapSubscriber(EventSubscriber<T> wrapped) |
static <K,V> KeyedEventSubscriber<K,V> |
wrapSubscriber(KeyedEventSubscriber<K,V> wrapped) |
public static <T> EventSubscriber<T> wrapSubscriber(EventSubscriber<T> wrapped)
public static <K,V> KeyedEventSubscriber<K,V> wrapSubscriber(KeyedEventSubscriber<K,V> wrapped)
public static <T> EventPublisher<T> wrapPublisher(EventPublisher<T> wrapped)
public static <K,V> KeyedEventPublisher<K,V> wrapPublisher(KeyedEventPublisher<K,V> wrapped)