evaluate if a single delegation interface would be desirable
------------------------------------------------------------

         Key: JBPM-57
         URL: http://jira.jboss.com/jira/browse/JBPM-57
     Project: JBoss jBPM
        Type: Task
  Components: Core Engine  
    Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 


instead of :
 * ActionHandler
 * NodeHandler
 * ExceptionHandler

create one : 
public interface Delegate {
  void execute(ExecutionContext ec);
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to