|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
An implementation of a CompletionHandler that accepts a delegate. More...
Public Member Functions | |
| DelegateCompletionHandler (Action< object > onCompleted, Action< Exception > onFailed) | |
| Initializes a new instance. | |
| DelegateCompletionHandler (Action< V > onCompleted, Action< Exception > onFailed) | |
| Initializes a new instance. | |
| DelegateCompletionHandler (Action< V, A > onCompleted, Action< Exception, A > onFailed) | |
| Initializes a new instance. | |
Public Member Functions inherited from java.nio.channels.DelegateCompletionHandler< V, object > | |
| DelegateCompletionHandler (Action< object > onCompleted, Action< Exception > onFailed) | |
| Initializes a new instance. | |
| DelegateCompletionHandler (Action< V > onCompleted, Action< Exception > onFailed) | |
| Initializes a new instance. | |
| DelegateCompletionHandler (Action< V, A > onCompleted, Action< Exception, A > onFailed) | |
| Initializes a new instance. | |
An implementation of a CompletionHandler that accepts a delegate.
| V |
Definition at line 50 of file DelegateCompletionHandler.cs.
| java.nio.channels.DelegateCompletionHandler< V, A >.DelegateCompletionHandler | ( | Action< object > | onCompleted, |
| Action< Exception > | onFailed ) |
Initializes a new instance.
| onCompleted | |
| onFailed |
Definition at line 17 of file DelegateCompletionHandler.cs.
| java.nio.channels.DelegateCompletionHandler< V, A >.DelegateCompletionHandler | ( | Action< V > | onCompleted, |
| Action< Exception > | onFailed ) |
Initializes a new instance.
| onCompleted | |
| onFailed |
Definition at line 38 of file DelegateCompletionHandler.cs.
| java.nio.channels.DelegateCompletionHandler< V, A >.DelegateCompletionHandler | ( | Action< V, A > | onCompleted, |
| Action< Exception, A > | onFailed ) |
Initializes a new instance.
| onCompleted | |
| onFailed |
Definition at line 61 of file DelegateCompletionHandler.cs.