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); }