#include <PhxDescription.h>
Inheritance diagram for Phx::Description::Manager::TypeListener:

Public Member Functions | |
| virtual Ptr< Description > | onNewDescription (const Ptr< const Description > &description)=0 |
| Called to construct a new instance of the Description type that this listener is registered for. | |
Subclasses of TypeListener are implemented to instantiate Description objects. The listener is then set via Manager::descriptionTypeListener() and will be called back whenever instances of a description of the specified type are needed.
|
|
Called to construct a new instance of the Description type that this listener is registered for.
|
1.4.2