BNodeObserver Class Reference
[Data Model]

#include <support/Node.h>

Inheritance diagram for BNodeObserver:

BnNodeObserver INodeObserver BBinder IInterface IBinder SAtom SAtom List of all members.

Public Member Functions

 BNodeObserver (const SContext &context)
 BNodeObserver ()
virtual void EntryCreated (const sptr< INode > &node, const SString &name, const sptr< IBinder > &entry)
 See INode::EntryCreated.
virtual void EntryModified (const sptr< INode > &node, const SString &name, const sptr< IBinder > &entry)
 See INode::EntryModified.
virtual void EntryRemoved (const sptr< INode > &node, const SString &name)
 See INode::EntryRemoved.
virtual void EntryRenamed (const sptr< INode > &node, const SString &old_name, const SString &new_name, const sptr< IBinder > &entry)
 See INode::EntryRenamed.
virtual void NodeChanged (const sptr< INode > &node, uint32_t flags, const SValue &hints)
 See INode::NodeChanged.
virtual ~BNodeObserver ()

Constructor & Destructor Documentation

BNodeObserver  ) 
 

BNodeObserver const SContext context  ) 
 

~BNodeObserver  )  [virtual]
 


Member Function Documentation

void EntryCreated const sptr< INode > &  node,
const SString name,
const sptr< IBinder > &  entry
[virtual]
 

See INode::EntryCreated.

Implements INodeObserver.

void EntryModified const sptr< INode > &  node,
const SString name,
const sptr< IBinder > &  entry
[virtual]
 

See INode::EntryModified.

Implements INodeObserver.

void EntryRemoved const sptr< INode > &  node,
const SString name
[virtual]
 

See INode::EntryRemoved.

Implements INodeObserver.

void EntryRenamed const sptr< INode > &  node,
const SString old_name,
const SString new_name,
const sptr< IBinder > &  entry
[virtual]
 

See INode::EntryRenamed.

Implements INodeObserver.

void NodeChanged const sptr< INode > &  node,
uint32_t  flags,
const SValue hints
[virtual]
 

See INode::NodeChanged.

Implements INodeObserver.


The documentation for this class was generated from the following files: