public final class

CommandManager

extends Object
java.lang.Object
   ↳ com.ardic.android.managers.command.CommandManager

Class Overview

Provides ICommandManager interface by calling getInterface(Context) method.

For Command Operations details, see ICommandManager

Summary

Public Methods
static ICommandManager getInterface(Context context)
Retrieve the global ICommandManager instance, creating it if it doesn't already exist.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static ICommandManager getInterface (Context context)

Added in API level 1

Retrieve the global ICommandManager instance, creating it if it doesn't already exist.

Parameters
context Context: Context of the application
Returns
ICommandManager ICommandManager