public interface EndOperationListener
ends
.
Note that operations call this interface on every
encapsulated parameter
as well as the answer collection of the RankingQueryOperation
whenever
they implement this interface.Modifier and Type | Method and Description |
---|---|
void |
onEndOperation(AbstractOperation operation,
ErrorCode errorCode)
Called whenever the operation's
AbstractOperation.endOperation() or
AbstractOperation.endOperation(messif.utility.ErrorCode) is called. |
void onEndOperation(AbstractOperation operation, ErrorCode errorCode)
AbstractOperation.endOperation()
or
AbstractOperation.endOperation(messif.utility.ErrorCode)
is called.operation
- the operation that has endederrorCode
- the error code of the operation