All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VisualizationBase Class CATNotificationDispatcher

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATEventSubscriber
        |
        +---System.CATCallbackManager
          |
          +---CATNotificationDispatcher
 

Usage: you must use this class as is. You should never derive it.


public class CATNotificationDispatcher

Class to dispatch notifications.
Role: This callback manager is used to dispatch the visualization events especially CATIModelEvents


Constructor and Destructor Index


o CATNotificationDispatcher()
Constructs a CATNotificationDispatcher.
o ~CATNotificationDispatcher()

Method Index


o Dispatch(CATNotification&)
Dispatches a notification.

Constructor and Destructor


o CATNotificationDispatcher
public CATNotificationDispatcher()
Constructs a CATNotificationDispatcher.
o ~CATNotificationDispatcher
public virtual ~CATNotificationDispatcher()

Methods


o Dispatch
public void Dispatch(CATNotification& iNotification)
Dispatches a notification.
Parameters:
iNotification
The event notification to dispatch.

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

Copyright © 2003, Dassault Systèmes. All rights reserved.