Interface GeneratorTask

  • All Known Implementing Classes:
    GeneratorTaskBase

    public interface GeneratorTask
    Abstracts task for a generator, supplier of a model to generate. GenerationFacade clients may implement this interface and thus benefit from generation status notification bound to the tasks they've dispatched.

    It's advised to use provided base class as this interface is likely to grow.

    Instances of the interface are likely serve as a key in a hash map, account for this if overriding #equals(Object)/#hashCode().

    Since:
    3.4
    • Method Detail