com.opera.core.systems.model
Interface ICommand

All Known Implementing Classes:
CookieManagerCommand, CoreUtilsCommand, DesktopUtilsCommand, DesktopWindowManagerCommand, ESCommand, ESDebuggerCommand, ExecCommand, PrefsCommand, ScopeCommand, SelftestCommand, SystemInputCommand, WindowManagerCommand

public interface ICommand

A Scope command that is assigned by an id (int) and a service name (string), as specified by the scope protocol.

Author:
Deniz Turkoglu

Method Summary
 int getCommandID()
          Get command id to execute on host, service definitions are available on Scope Interface
 String getServiceName()
          Associates a command id with a service name
 

Method Detail

getCommandID

int getCommandID()
Get command id to execute on host, service definitions are available on Scope Interface

Returns:
The id associated with the command

getServiceName

String getServiceName()
Associates a command id with a service name

Returns:
Name of the service the command belongs to


Copyright © 2012. All Rights Reserved.