All Frameworks  Class Hierarchy  This Framework  Indexes   

CATBehaviorInterfaces Interface CATIBehOperationManagement

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIBehOperationManagement

Interface to manage the operation states.


Method Index


o Cancel()
Tell to the Engine the operation is canceled.
o Done()
Tell to the Behavior Engine this operation is done.
o Start()
Tell to the Engine the operation has begun.
o Suspend()
Tell to the Engine the operation is suspended.

Methods


o Cancel
public virtual Cancel()
Tell to the Engine the operation is canceled.
o Done
public virtual Done()
Tell to the Behavior Engine this operation is done.
o Start
public virtual Start()
Tell to the Engine the operation has begun.
o Suspend
public virtual Suspend()
Tell to the Engine the operation is suspended.

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

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