endClassesNotificationForIF

endClassesNotificationForIF(theClass:          Class;
                            includeSubclasses: Boolean;
                            transients:        Boolean;
                            eventType:         Integer;
                            theInterface:      JadeInterface);

The endClassesNotificationForIF method of the Object class is a variation of the endClassesNotification method.

The endClassesNotificationForIF method terminates a notification to an interface method implemented by the specified class and optionally subclasses that was previously registered by using the beginClassesNotificationForIF method for the corresponding parameters.

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

The endClassesNotificationForIF method parameters are summarized in the following table.

Parameter Specifies …
theClass The class for which the end notification is to be invoked
includeSubclasses Whether subclasses are included in or excluded from the notification termination
transients If the user end notification is invoked for events occurring in transient instances
eventType The type of event for which the end notification is requested
theInterface The interface implemented by the subscriber class and optionally subclasses

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