Clients will need to provide an object that implements this interface if they want callbacks etc. More...
#include <dialog.h>
Public Member Functions | |
virtual void | notifySubmit (IN const char *id, IN const Datahash *data)=0 |
Protected Member Functions | |
virtual | ~Host (void) throw () |
Clients will need to provide an object that implements this interface if they want callbacks etc.
NOTE: the dialog manager does NOT keep a reference to a host object! The caller is responsible for ensuring that host objects last at least as long as the dialogs!
Definition at line 82 of file dialog.h.
virtual void dialog::Host::notifySubmit | ( | IN const char * | id, | |
IN const Datahash * | data | |||
) | [pure virtual] |