private static class ThinClient.WaitForOp
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Frame |
frame
The frame targeted by a wait-for event loop.
|
(package private) BlockingOperation |
op
The blocking operation for this wait-for loop.
|
| Constructor and Description |
|---|
WaitForOp(Frame frame,
BlockingOperation op)
Constructor.
|
final Frame frame
final BlockingOperation op
public WaitForOp(Frame frame, BlockingOperation op)
frame - The frame.op - The blocking operation.