Tizen Native API
4.0
|
Dispatcher to call the actual member function. More...
Static Public Member Functions | |
static R | Dispatch (CallbackBase &callback, P1 param1, P2 param2) |
Calls an actual member function. |
Dispatcher to call the actual member function.
static R Dali::DispatcherReturn2< T, R, P1, P2 >::Dispatch | ( | CallbackBase & | callback, |
P1 | param1, | ||
P2 | param2 | ||
) | [static] |
Calls an actual member function.
[in] | callback | The callback information |
[in] | param1 | The first parameter to pass to the real member function |
[in] | param2 | The second parameter to pass to the real member function |