Handle a PODSEvent object.
PODSEventMgr
PODSBoolean handleEvent(PODSEvent event);
Not applicable
PODSBoolean PODShandleEvent( PODSEventMgr* evmgr, PODSEvent* event );
evmgr The PODSEventMgr object.
event [in] The PODSEvent object to handle.
PODS_TRUE
If the PODSEvent object was successfully handled.
PODS_FALSE
Otherwise.
Event handlers should return PODS_TRUE to indicate the event handler has been handled and does not need any further processing.
The PODSEventMgr implementation of handleEvent( ), inherited from PODSEventHandler, sends handleEvent( ) to each of the event handlers that have been registered. It returns PODS_TRUE as soon as an event handler returns PODS_TRUE, indicating that the event was handled and that no further processing of the event should occur. The PODSEventHandler implementation only checks the specified event handler.
PODSEventHandler object's handleEvent( )
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |