public interface TransactionQueryEvent
Server-answer to Transaction.query()
.
This event must be handled by
TransactionListener.onTransactionQuery()
.
With this event the server result is never
Event.RESULT_OK
.
Field Summary |
---|
Fields inherited from interface TransactionEvent |
---|
RESULT_ABORTED, RESULT_COMMITTED, RESULT_FLYING, RESULT_INVALID_TRANSACTION_ID |
Fields inherited from interface Event |
---|
RESULT_GENERIC_ERROR, RESULT_OK |
Method Summary |
---|
Methods inherited from interface TransactionEvent |
---|
getEntity, getReasonCode, getTimeStamp, getTransaction |
Methods inherited from interface Event |
---|
getResult |