#include <tevent.h>
Inheritance diagram for SmartSockets::UserEvent::
Public Methods | |
const void * | getData () throw (TipcException) |
Friends | |
class T_IPCX_API | TipcDispatcher |
class T_IPCX_API | TipcDispatcherTraverser |
This class contains the UserEventHandler object and method that are triggered when a user event is dispatched.
|
Allows users to get the user event data associated with this event. The data can be any arbitrary user specified data. Note that the memory returned by this method belongs to the UserEvent object, and therefore, should not be deleted. |