public final class SignalMediator extends Object
signals to the mediator they like, the first occurring signal will enable
one unblocking invocation of the signalWaiter.doWait(),
and any more signaling will be silently discarded until the "consumption" of the signal
is done. When a call to doWait() has completed, the
mediator will accept a new signal again.| Modifier and Type | Field and Description |
|---|---|
Waiter |
signalWaiter |
| Constructor and Description |
|---|
SignalMediator() |
SignalMediator(String name) |
Copyright © 2016 Digipost. All rights reserved.