Package com.opera.core.systems.scope

The Scope protocol is used to communicate with the Opera browser.

See:
          Description

Class Summary
AbstractEcmascriptService  
AbstractService All scope services derive from this base class for generic operations
 

Enum Summary
CookieManagerCommand  
CoreUtilsCommand  
DesktopUtilsCommand This enum maps the commands
DesktopWindowManagerCommand This enum maps the commands for the Window Manager 2.0.
ESCommand  
ESDebuggerCommand This enum maps the commands for the EcmascriptDebugger 6.0.
ExecCommand This enum maps the commands for the Exec 2.0.
PrefsCommand  
ScopeCommand This enum maps the commands for the Scope 1.0.
SelftestCommand  
SystemInputCommand  
WindowManagerCommand This enum maps the commands for the Window Manager 2.0.
 

Package com.opera.core.systems.scope Description

The Scope protocol is used to communicate with the Opera browser.

This package contains a number of *Command classes. These classes are enumerations of the command messages in the *.proto files in the "protos/" directory.

The event messages in the *.proto files are handled in the scope.stp.UmsEventParser class. These messages are then passed to EventHandler, where they are passed to the correct class. Any new events must be added in these classes.



Copyright © 2012. All Rights Reserved.