NVIDIA Iray API Home  Up
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::bridge::IClient_session_state_callback Class Referenceabstract

Abstract interface for callbacks for session state changes. More...

Inheritance diagram for mi::bridge::IClient_session_state_callback:
Inheritance graph
[legend]

Public Member Functions

virtual void  session_state_callback (Client_session_state state)=0
  This method is called whenever the session changes its state. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x9ea6d3b3, 0x3d0b, 0x4d10, 0x89, 0xc8, 0x89, 0xf1, 0x20, 0x49, 0xc6, 0xe1 >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11,
IInterface
Self
  Own type. More...
 
typedef Uuid_t< id1, id2, id3,
id4, id5, id6, id7, id8, id9,
id10, id11 > 
IID
  Declares the interface ID (IID) of this interface. More...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0x9ea6d3b3, 0x3d0b, 0x4d10, 0x89, 0xc8, 0x89, 0xf1, 0x20, 0x49, 0xc6, 0xe1 >
static bool  compare_iid (const Uuid &iid)
  Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
 

Detailed Description

Member Function Documentation

virtual void mi::bridge::IClient_session_state_callback::session_state_callback ( Client_session_state  state)
pure virtual

This method is called whenever the session changes its state.