Microsoft SDK for Java

notify

This method of the WinEvent Class generates an event notification that is propagated to any currently associated listener objects.

Syntax

public void notify(int event, Object obj);

Parameters

event The event to send.
obj The Java object that posted the event.

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