org.eclipse.gmt.modisco.workflow
Interface WorkflowModelEventsSubscribe

All Known Subinterfaces:
WorkflowModel

Deprecated.

@Deprecated
public interface WorkflowModelEventsSubscribe


Method Summary
 void subscribe(WorkflowModelEvents listener)
          Deprecated. To add a listener to current model as in the pattern Observer
 void unsubscribe(WorkflowModelEvents listener)
          Deprecated. To remove a listener to current model as in the pattern Observer
 

Method Detail

subscribe

void subscribe(WorkflowModelEvents listener)
Deprecated. 
To add a listener to current model as in the pattern Observer

Parameters:
listener -

unsubscribe

void unsubscribe(WorkflowModelEvents listener)
Deprecated. 
To remove a listener to current model as in the pattern Observer

Parameters:
listener -