org.fuin.apps4swing
Class EDTResult<RESULT>
java.lang.Object
org.fuin.apps4swing.EDTResult<RESULT>
- Type Parameters:
RESULT - Type of the result.
public class EDTResult<RESULT>
- extends Object
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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EDTResult
public EDTResult()
getResultValue
public final RESULT getResultValue()
- Returns the value.
- Returns:
- Value.
setResultValue
public final void setResultValue(RESULT resultValue)
- Sets the value.
- Parameters:
resultValue - Value to set.
Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.