See: Description
| Interface | Description |
|---|---|
| Message |
A Scope command that is assigned by an id (int) and a service name (string), as specified by the
Scope protocol.
|
| Service |
Represents a Scope service in Opera.
|
| Class | Description |
|---|---|
| AbstractEcmascriptService | |
| AbstractService |
All Scope services derive from this abstract base class for generic operations.
|
| ScopeServices |
Implements the interface to the Scope protocol.
|
| WaitState |
This class handles a queue of events to be handled from multiple threads.
|
| Enum | Description |
|---|---|
| ScopeService |
The Scope protocol is used to communicate with the Opera browser.
This package contains a number of *Message classes.
These classes are enumerations of the message 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 © 2013. All Rights Reserved.