endClassNotification(theClass: Class; transients: Boolean; eventType: Integer);
The endClassNotification method of the Object class terminates a subscription registered by using the beginClassNotification method for the corresponding parameters.
The eventType parameters must be the same as the eventType parameters specified in the beginClassNotification method.
The endClassNotification method parameters, described in the following subsections, 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 |