public static class SwingTools.SwingReturn<R>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected SwingTools.ValueContainer<R> |
container |
protected Semaphore |
semaphore |
Modifier | Constructor and Description |
---|---|
protected |
SwingReturn(Semaphore semaphore,
SwingTools.ValueContainer<R> container) |
Modifier and Type | Method and Description |
---|---|
R |
getValue() |
R |
getValueNoInterrupt() |
protected Semaphore semaphore
protected SwingTools.ValueContainer<R> container
protected SwingReturn(Semaphore semaphore, SwingTools.ValueContainer<R> container)
Copyright 2004-2015 Wandora Team