cgma
IGUIObservers.hpp
Go to the documentation of this file.
00001 //- Class: IGUIObservers
00002 //- Description: interface for GUI notification from CubitEntities
00003 //- Created: 06/18/02 by Byron Hanks, Sandia National Laboratories
00004 //- Checked By:
00005 //- Version:
00006 class IGUIObservers
00007 {
00008 public:
00009     // Notify the GUI that the entity holding the IGUIObservers pointer
00010     // has been destroyed.
00011     virtual void Destroyed() = 0;
00012 };
00013 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines