Microsoft SDK for Java

WinEvent Class

The WinEvent Class of the com.ms.awt package provides a raw API that enables Java objects to use Microsoft® Active Accessibility®. However, it is recommended that you use the com.ms.ui.UIWinEvent class, which provides essentially the same API and contains all the needed constants as well.

public class WinEvent implements com.ms.ui.IWinEvent
{
  // Constructors
  public WinEvent();

  // Methods
  public Object getObject(int id);
  public void notify(int event, Object obj);
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.