Interface TransactionResult
public interface TransactionResult
TransactionResult
- Since:
- 1.0.0.2
- Author:
- creatorfromhell
-
Method Summary
-
Method Details
-
success
boolean success()Check if the operation was successful.- Returns:
- true if the operation was successful, false otherwise
-