| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.workflow |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowModelEventsSubscribe.subscribe(WorkflowModelEvents listener)
Deprecated.
To add a listener to current model
as in the pattern Observer
|
void |
WorkflowModelEventsSubscribe.unsubscribe(WorkflowModelEvents listener)
Deprecated.
To remove a listener to current model
as in the pattern Observer
|