Package com.thalesgroup.tpcsdk.model
Interface TPCResult<T>
-
public interface TPCResult<T>Generic TPCResult interface that is parameterized to return any type of result object, based SDK api, it might return results like bool value, some list object etc..- Since:
- 1.1
- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetResult()Abstract method - which is used to return result of any of object, based on SDK api
-
-
-
Method Detail
-
getResult
T getResult()
Abstract method - which is used to return result of any of object, based on SDK api
-
-