endNotificationForIF

endNotificationForIF(theObj:       Object;
                     eventType:    Integer
                     theInterface: JadeInterface);

The endNotificationForIF method of the Object class is a variation of the endNotification method. The endNotificationForIF method terminates a notification to an interface method implemented by the specified object instance previously registered by using the beginNotificationForIF method for the corresponding parameters.

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

The endNotificationForIF method parameters 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
theInterface The interface implemented by the subscriber object instance

With the exception of the theInterface parameter, details about the other parameters can be found in the appropriate subsections of the endNotification method.