System Notification CATNotification

Usage: you can derive this class.


public class CATNotification

Base class for notifications.
Role: Notifications are objects that make other objects collaborate by conveying information from an object to another. They are intensively used by the Send/Receive communication protocol that make instance collaborate.


Constructor and Destructor Index


o CATNotification(int)
Constructs a notification.
o ~CATNotification()

Method Index


o GetNotificationName()
returns the class name of the CATNotification instance.

Constructor and Destructor


o CATNotification
public CATNotification( iAutomaticDelete=CATNotificationDeleteOff)
Constructs a notification.
Parameters:
iAutomaticDelete
Specifies whether the notification should be deleted at the end of the next transaction.
Legal values: can be set to CATNotificationDeleteOn to delete the notification, or to CATNotificationDeleteOff to keep it. The notification is kept by default.
o ~CATNotification
public virtual ~CATNotification()

Methods


o GetNotificationName
public GetNotificationName()
returns the class name of the CATNotification instance.

This object is included in the file: CATNotification.h
If needed, your Imakefile.mk should include the module: JS0GROUP

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.