Public Member Functions | |
void | registered (int requestId, Request request, CallbackRequestManager requestManager) |
void | deregistered (int requestId, Request request, CallbackRequestManager requestManager) |
void | working (int requestId, Object value, Completion completion, Request request, CallbackRequestManager requestManager) |
void | done (int requestId, Object value, Completion completion, Request request, CallbackRequestManager requestManager) |
|
Callback notification - called immediately when handler has been deregistered from the manager.
Implemented in abeans::models::acs::baci::util::async::DefaultCallbackHandlerImpl.
|
|
Callback notification - done.
Implemented in abeans::models::acs::baci::util::async::DefaultCallbackHandlerImpl, and abeans::models::acs::baci::util::async::MonitorProxyImpl.
|
|
Callback notification - called immediately when handler has bren registered to the manager.
Implemented in abeans::models::acs::baci::util::async::DefaultCallbackHandlerImpl, and abeans::models::acs::baci::util::async::MonitorProxyImpl.
|
|
Callback notification - working.
Implemented in abeans::models::acs::baci::util::async::DefaultCallbackHandlerImpl, and abeans::models::acs::baci::util::async::PropertyValueCallbackHandlerImpl.
|