Class eclipse.Plugin
A plugin is an object that is isolated in its own frame, and obtains and provides services
via the asynchronous postMessage mechanism.
Defined in: </shared/eclipse/e4/orion/I201101311515/plugins/org.eclipse.orion.client.core/static/js/plugin.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
eclipse.Plugin(pluginData, service)
A plugin is an object that is isolated in its own frame, and obtains and provides services
via the asynchronous postMessage mechanism.
|
Method Attributes | Method Name and Description |
---|---|
dispatchEvent(eventType, eventData, serviceType, serviceId)
|
|
start()
|
|
stop()
|
Class Detail
eclipse.Plugin(pluginData, service)
A plugin is an object that is isolated in its own frame, and obtains and provides services
via the asynchronous postMessage mechanism.
- Parameters:
- pluginData
- service
Method Detail
dispatchEvent(eventType, eventData, serviceType, serviceId)
- Parameters:
- eventType
- eventData
- serviceType
- serviceId
start()
stop()