Library: Monk Project Library 0.1 Alpha 1
Overview
- source: event.js
- copyright: Copyright(c) 2007, Monk Project, All rights reserved.
- license: Code licensed under the LGPL License.
- url: monkproject.org
Constructors
Functions
Collections Hierarchy has been loaded
The following are recognized properties (but the full
class hierarchy should be examined):
- label: a short descriptive summary of the event suitable for users to see
- component: the source {@link Workbench.component.Component} for the event.
parameters
| Object | object | A literal with properties for this event |
A message has been sent to the user
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
The user has initiated a D2K analysis
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
The job status for a D2K analysis was received
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
The features from a D2K analysis was received
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
The prediction from a D2K analysis was received
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
Server response that a project has been created
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
Server response that a project has been deleted
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
A user's projects have been received from the server
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
A user has selected a project
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
The info for a project has been received from the server
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
A project's worksets have been received from the server
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
Server response that a workset has been created.
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
Server response that a workset has been saved.
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
Server response that a workset has been loaded.
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
The workbench has finished processing the (loaded) workset,
adapting it from XML to JSON.
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
Server response that a workset has been deleted.
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
A single text chunk has been selected.
The following are recognized properties (but the full
class hierarchy should be examined):
- label: a short descriptive summary of the event suitable for users to see
- component: the source {@link Workbench.component.Component} for the event.
parameters
| Object | object | A literal with properties for this event |
A chunk has been (un)checked by the user.
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
| Boolean | object.checked | Whether the chunk was checked or unchecked |
Multiple chunks have been checked by the user.
parameters
| Object | object | A literal with properties for this event |
| String | object.label | A short descriptive summary of the event |
| Workbench.component.Component | object.The | source of the event |
The (rendered) contents of a chunk has been retrieved.
The following are recognized properties (but the full
class hierarchy should be examined):
- uri: the URI to retrieve the chunk contents
- label: a short descriptive summary of the event suitable for users to see
- component: the source {@link Workbench.component.Component} for the event.
parameters
| Object | object | A literal with properties for this event |
The (rendered) contents of a chunk (with features) has been retrieved.
The following are recognized properties (but the full
class hierarchy should be examined):
- uri: the URI to retrieve the chunk contents
- label: a short descriptive summary of the event suitable for users to see
- component: the source {@link Workbench.component.Component} for the event.
parameters
| Object | object | A literal with properties for this event |
The list of chunks containing a feature have been retrieved.
The following are recognized properties (but the full
class hierarchy should be examined):
- uri: the URI to retrieve the chunk contents
- label: a short descriptive summary of the event suitable for users to see
- component: the source {@link Workbench.component.Component} for the event.
parameters
| Object | object | A literal with properties for this event |
The user has changed on a window, giving it focus.
The following are recognized properties (but the full
class hierarchy should be examined):
- uri: the URI to retrieve the chunk contents
- label: a short descriptive summary of the event suitable for users to see
- component: the source {@link Workbench.component.Component} for the event.
parameters
| Object | object | A literal with properties for this event |
Objects