protected class ReadWriteLock.ActionPerformedListener extends java.lang.Object implements IResultListener<java.lang.Void>
Modifier and Type | Field and Description |
---|---|
protected boolean |
readop
Flag 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)
IFunctionalResultListener
resultAvailable
in interface IFunctionalResultListener<java.lang.Void>
result
- The result.public void exceptionOccurred(java.lang.Exception exception)
IFunctionalExceptionListener
exceptionOccurred
in interface IFunctionalExceptionListener
exception
- The exception.