Search in sources :

Example 1 with GroupsEngine

use of com.vodafone360.people.engine.groups.GroupsEngine in project 360-Engine-for-Android by 360.

the class EngineManager method createGroupsEngine.

private synchronized void createGroupsEngine() {
    final MainApplication app = (MainApplication) mService.getApplication();
    mGroupsEngine = new GroupsEngine(mService, mUiEventCallback, app.getDatabase());
    addEngine(mGroupsEngine);
}
Also used : GroupsEngine(com.vodafone360.people.engine.groups.GroupsEngine) MainApplication(com.vodafone360.people.MainApplication)

Aggregations

MainApplication (com.vodafone360.people.MainApplication)1 GroupsEngine (com.vodafone360.people.engine.groups.GroupsEngine)1