L - type of eventR - type of eventpublic final class MergingEventHandler<L,R> extends Object
BlockingEventHandler| Modifier and Type | Class and Description |
|---|---|
static class |
MergingEventHandler.Pair<S1,S2> |
| Modifier and Type | Field and Description |
|---|---|
EventHandler<L> |
left |
EventHandler<R> |
right |
| Constructor and Description |
|---|
MergingEventHandler(EventHandler<MergingEventHandler.Pair<L,R>> destination) |
public final EventHandler<L> left
public final EventHandler<R> right
@Inject public MergingEventHandler(EventHandler<MergingEventHandler.Pair<L,R>> destination)
Copyright © 2015 The Apache Software Foundation. All rights reserved.