protected class ReadWriteLock.ActionPerformedListener extends java.lang.Object implements IResultListener<java.lang.Void>
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | readopFlag indicating a read operation. | 
| Constructor and Description | 
|---|
| ActionPerformedListener(boolean readop)Creates the listener. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | exceptionOccurred(java.lang.Exception exception)Called when an exception occurred. | 
| void | resultAvailable(java.lang.Void result)Called when the result is available. | 
public ActionPerformedListener(boolean readop)
readop - Flag indicating a read operation.public void resultAvailable(java.lang.Void result)
IFunctionalResultListenerresultAvailable in interface IFunctionalResultListener<java.lang.Void>result - The result.public void exceptionOccurred(java.lang.Exception exception)
IFunctionalExceptionListenerexceptionOccurred in interface IFunctionalExceptionListenerexception - The exception.