Uses of Enum Class
com.hp.lft.sdk.java.UiEvent
Packages that use UiEvent
-
Uses of UiEvent in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return UiEventModifier and TypeMethodDescriptionUiEventInfo.getUiEvent()
Returns the event type.static UiEvent
Returns the enum constant of this class with the specified name.static UiEvent[]
UiEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.java with parameters of type UiEventModifier and TypeMethodDescriptionstatic UiEventInfo
EventInfoFactory.createUiEventInfo
(UiEvent uiEvent) Creates anUiEventInfo
for the given UiEvent.