org.eclipse.emf.mwe.core.lib
Class Mwe2Bridge

java.lang.Object
  extended by org.eclipse.emf.mwe.core.lib.Mwe2Bridge

public class Mwe2Bridge
extends java.lang.Object

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
Mwe2Bridge(WorkflowComponentWithID delegate)
           
 
Method Summary
protected  void handleIssues(IssuesImpl issuesImpl)
           
 void invoke(IWorkflowContext ctx)
           
 void postInvoke()
           
 void preInvoke()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mwe2Bridge

public Mwe2Bridge(WorkflowComponentWithID delegate)
Method Detail

invoke

public void invoke(IWorkflowContext ctx)

handleIssues

protected void handleIssues(IssuesImpl issuesImpl)

postInvoke

public void postInvoke()

preInvoke

public void preInvoke()