endNotification

endNotification(theObj:    Object;
                eventType: Integer);

The endNotification method of the Object class terminates a previous beginNotification method for the corresponding parameters.

The eventType parameters must be the same as the eventType parameters specified in the beginNotification method.

The endNotification method parameters, described in the following subsections, are summarized in the following table.

Parameter Specifies …
theObj The notification target object for which the notifications are to be ended
eventType The type of event for which the notifications are to be ended