1 Reply Latest reply on Mar 16, 2007 8:44 AM by koen.aers

    AssignHandler parameters

    nicolemans72

      I have a problem with my AssignHandler class

      I want to have a generic abstract class wich implements AssignHandler Other class extend this class

      I put the parameters in my abstract class, but with the GPD, when I use Delegation to associate the sub-class to a Task, I can't get the parameters.

      Is it possible to take parameters from the abstract super class of the Delegation class?