INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
notify.h The object which implements the callback function. Definition: notify.h:31 virtual void handleData(const Type &obj)=0 NotifyHandler< Type > * handler_ Interface to the object which is notified of incoming data. Definition: notify.h:78 bool hasNotifyHandler() Returns TRUE is the notify handler has been set and FALSE otherwise. Definition: notify.h:66 virtual void internalSet(const Type &obj) Reimplement this function for non-standard types. Definition: notify.h:108 void setNotifyHandler(NotifyHandler< Type > *handler) Definition: notify.h:86 Base class for all GbxUtilAcfr exceptions. Definition: gbxutilacfr/exceptions.h:66 |