SCIMBridge  0.4.x
virtual retval_t ScimBridgeAgentClientListener::imengine_status_changed ( scim_bridge_imcontext_id_t  imcontext_id,
bool  enabled 
)
pure virtual

Notify the changing status of an IMEngine.

Parameters
imcontext_idThe id of the IMContext.
enabledThe new status for the IMContext.
Returns
RETVAL_FAILED if it failed, otherwise it returns RETVAL_SUCCEEDED.

Implemented in ScimBridgeAgentClientListenerImpl.

Referenced by ScimBridgeAgentIMContextImpl::focus_in(), and ScimBridgeAgentIMContextImpl::set_enabled().