APIEventProtocol
IntroductionProtocol for implementing a Item delegate. Abstract base class which is used when you want notification about events from group calls. Member FunctionsonAPIRequestErrorpublic DiscussionGets called when an error have occured. onAPIResponsepublic DiscussionReturns the respons from server/node as xml string. \note can be used to create a node list in Poco if using c++ or as XML document in java. |