endClassNotificationForIF

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

The endClassNotificationForIF method of the Object class is a variation of the endClassNotification method.

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

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

The endClassNotificationForIF method parameters are summarized in the following table.

Parameter Specifies …
theClass The class for which the end notification is to be invoked
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 subclasses

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