Interface TNCStartRequestIfc
public interface TNCStartRequestIfc
Callback interface for initiating the start of a Node Chain Test.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
start()
Callback method that is invoked to initiate the start of a Node Chain Test.
-
Method Details
-
start
Callback method that is invoked to initiate the start of a Node Chain Test.- Throws:
NodeChainTestException
- If an exception occurs during the test start process, it needs to be wrapped and thrown as a NodeChainTestException.
-