Tizen Native API
Dali::Dispatcher0< T > Struct Template Reference

Dispatcher to call the actual member function. More...

Static Public Member Functions

static void Dispatch (CallbackBase &callback)
 Call an actual member function.

Detailed Description

template<class T>
struct Dali::Dispatcher0< T >

Dispatcher to call the actual member function.

Since :
2.4

Member Function Documentation

template<class T >
static void Dali::Dispatcher0< T >::Dispatch ( CallbackBase callback) [static]

Call an actual member function.

Since :
2.4
Parameters:
[in]callbackThe callback information.