|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fuin.apps4swing.EDTResult<RESULT>
RESULT - Type of the result.public class EDTResult<RESULT>
Helper class to transport a result in a thread safe way. Be aware that only the access to the object's reference is synchronized (not to the content).
| Constructor Summary | |
|---|---|
EDTResult()
|
|
| Method Summary | |
|---|---|
RESULT |
getResultValue()
Returns the value. |
void |
setResultValue(RESULT resultValue)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EDTResult()
| Method Detail |
|---|
public final RESULT getResultValue()
public final void setResultValue(RESULT resultValue)
resultValue - Value to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||