![]()
|
|
|||||||||||
Interface IWinEventpublic interface IWinEvent
{
// Methods
public Object getObject(int id);
public void notify(int event, Object obj);
}
This interface defines methods associated with a window event class. The methods allow specific types of windowing events to be reported to the container. By using the flags defined in UIWinEvent, a variety of events can be tracked and managed by the container. Also see com.ms.ui.UIWinEvent MethodsgetObjectpublic Object getObject(int id); notifypublic void notify(int event, Object obj);
|
| © 1998 Microsoft Corporation. All rights reserved. Terms of use. |