Class DelegateExpressionTaskListener

  • All Implemented Interfaces:
    TaskListener

    public class DelegateExpressionTaskListener
    extends java.lang.Object
    implements TaskListener
    Author:
    Joram Barrez
    • Constructor Detail

      • DelegateExpressionTaskListener

        public DelegateExpressionTaskListener​(Expression expression,
                                              java.util.List<FieldDeclaration> fieldDeclarations)
    • Method Detail

      • getExpressionText

        public java.lang.String getExpressionText()
        returns the expression text for this task listener. Comes in handy if you want to check which listeners you already have.
      • getFieldDeclarations

        public java.util.List<FieldDeclaration> getFieldDeclarations()