Package at.bestsolution.uia
Interface IEventId
- All Known Implementing Classes:
StandardEventIds
public interface IEventId
Represents an UIA Event Id
-
Method Summary
Modifier and TypeMethodDescriptionstatic IEventIdfromNativeValue(int nativeValue) a lookup in standard event idsintnative value
-
Method Details
-
getNativeValue
int getNativeValue()native value- Returns:
- the native value of the event id
-
fromNativeValue
a lookup in standard event ids- Parameters:
nativeValue- the native value- Returns:
- the standard event id or a simple wrapped native value
-