public interface TransportCallback<R>
Modifier and Type | Method and Description |
---|---|
void |
successful(R result)
Invoked for a successful result of the transport.
|
void |
unsuccessful(R result)
Invoked for an unsuccessful result of the transport.
|
void successful(R result)
result
- Result for the transport.void unsuccessful(R result)
result
- Unsuccessful result of the transport.Copyright © 2005–2016. All rights reserved.