|
Dispatches a callback. - Parameters:
-
| type | type of the callback (not strong typed to be flexible?!). |
| value | value to be delivered. |
| callback | callback. |
| competion | completion. |
| desc | callback out-descriptor. |
- Returns:
true if callback was successfully delivered, false on failure.
Implemented in alma::ACS::jbaci::CBvoidCallbackDispatcher, alma::ACS::jbaci::test::BACIDispatchActionTest::TestCallbackDispatcher, alma::ACS::jbaci::test::BACIDispatchActionTest::PerfectCallbackDispatcher, alma::ACS::jbaci::test::BACIDispatchActionTest::DisasterCallbackDispatcher, alma::ACS::jbaci::test::BACIDispatchActionTest::ExceptionCallbackDispatcher, alma::ACS::jbaci::test::BACIDispatchActionTest::FirstFailedCallbackDispatcher, and alma::ACS::jbaci::test::BACIDispatchActionTest::OverrideTestCallbackDispatcher.
|