SCIMBridge 0.4.x
virtual bool ScimBridgeAgentSocketClient::handle_event ( scim_bridge_agent_event_type_t  event_type) [pure virtual]

Handle an event in the socket. This function is called when a event is occurred upon the socket.

Parameters:
event_typeThe type of this event.
Returns:
If this client should be kept in the event loop.

Implemented in ScimBridgeAgentAcceptListenerImpl, ScimBridgeAgentClientListenerImpl, ScimBridgeAgentInterruptionListenerImpl, ScimBridgeAgentPanelListenerImpl, and ScimBridgeAgentSignalListenerImpl.