Interface TransformationListener


public interface TransformationListener
Mechanism for caller (ANT Task, Maven plugin, Hudson plugin, etc.) to report events back to the user interface.
Author:
Paul Mendelson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Report processing "error"
    void
    Report normal processing event
  • Method Details