All Frameworks  Class Hierarchy  This Framework  Next  Indexes

System Notification CATNotification

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---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 CATCommand 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(int 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 const char * 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 © 2003, Dassault Systèmes. All rights reserved.