#include <PropertyClient.h>
A registered event listener is notified each time a wanted property changes on a property service.
Public Methods | |
| virtual void | propertyChanged (std::string propertyName, util::Blob< char > newValue)=0 |
| Invoked by propertyChanged(string,string,PropertyService). | |
|
||||||||||||
|
Invoked by propertyChanged(string,string,PropertyService). The only difference between this method and the one inherited from the CORBA interface PropertyServiceListener is that the calling PropertyService is wrapped up in a PropertyClient object to allow easy access. One might want to use PropertyControl::decodeProperty to get the actual data out of newValue.
|