Package com.hp.lft.sdk.uiapro
Interface InvokePattern
public interface InvokePattern
The method used to activate a control and initiate its single action.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke()
Represents a control that provides fundamental window-based functionality within a traditional graphical user interface (GUI)
-
Method Details
-
invoke
Represents a control that provides fundamental window-based functionality within a traditional graphical user interface (GUI)- Throws:
GeneralLeanFtException
- if error occurs during execution.
-