Uses of Enum Class
com.hp.lft.sdk.java.UiEvent
Packages that use UiEvent
- 
Uses of UiEvent in com.hp.lft.sdk.javaMethods in com.hp.lft.sdk.java that return UiEventModifier and TypeMethodDescriptionUiEventInfo.getUiEvent()Returns the event type.static UiEventReturns 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 UiEventInfoEventInfoFactory.createUiEventInfo(UiEvent uiEvent) Creates anUiEventInfofor the given UiEvent.