Interface IEventId

All Known Implementing Classes:
StandardEventIds

public interface IEventId
Represents an UIA Event Id
  • Method Summary

    Modifier and Type
    Method
    Description
    static IEventId
    fromNativeValue(int nativeValue)
    a lookup in standard event ids
    int
    native value
  • Method Details

    • getNativeValue

      int getNativeValue()
      native value
      Returns:
      the native value of the event id
    • fromNativeValue

      static IEventId fromNativeValue(int nativeValue)
      a lookup in standard event ids
      Parameters:
      nativeValue - the native value
      Returns:
      the standard event id or a simple wrapped native value