All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppObsoleteClass

System.IUnknown
  |
  +---CATISchAppObsoleteClass
 

Usage: you can reimplement this interface by deriving the supplied CATEASchAppObsoleteClass adapter class.


interface CATISchAppObsoleteClass

Interface to manage obsoleted application object classes.
Application must derived implementation of this interface from CATEASchAppObsoleteClass. Role: Declare that this class is obsolete to the schematic platform.

BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.


Method Index


o AppCreateObsoleteNotif(CATSchNotification**)
Create a specific notification for this obsolete class to be dispatched by the schematic platform.

Methods


o AppCreateObsoleteNotif
public virtual HRESULT AppCreateObsoleteNotif(CATSchNotification** oSchNotif) = 0
Create a specific notification for this obsolete class to be dispatched by the schematic platform.
Parameters:
iSchNotif
Application specific subclass of CATSchNotification to be be dispatched by the schematic platform.

This object is included in the file: CATISchAppObsoleteClass.h

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