Listener which gets called back on Node events.  
 More...
#include <OgreNode.h>
Listener which gets called back on Node events. 
◆ Listener()
  
  | 
        
          | Ogre::Node::Listener::Listener | ( |  | ) |  |  | inline | 
 
 
◆ ~Listener()
  
  | 
        
          | virtual Ogre::Node::Listener::~Listener | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ nodeUpdated()
  
  | 
        
          | virtual void Ogre::Node::Listener::nodeUpdated | ( | const Node * |  | ) |  |  | inlinevirtual | 
 
Called when a node gets updated. 
Note that this happens when the node's derived update happens, not every time a method altering it's state occurs. There may be several state-changing calls but only one of these calls, when the node graph is fully updated. 
Reimplemented in Ogre::RibbonTrail.
References Ogre::Node::Node().
 
 
◆ nodeDestroyed()
  
  | 
        
          | virtual void Ogre::Node::Listener::nodeDestroyed | ( | const Node * |  | ) |  |  | inlinevirtual | 
 
 
◆ nodeAttached()
  
  | 
        
          | virtual void Ogre::Node::Listener::nodeAttached | ( | const Node * |  | ) |  |  | inlinevirtual | 
 
 
◆ nodeDetached()
  
  | 
        
          | virtual void Ogre::Node::Listener::nodeDetached | ( | const Node * |  | ) |  |  | inlinevirtual | 
 
 
The documentation for this class was generated from the following file: