Package sbt.testing

Interface EventHandler


  • public interface EventHandler
    Interface implemented by clients that handle events fired by the test framework during a run.

    An event handler is passed to the test framework via the execute method of Tasks.

    • Method Detail

      • handle

        void handle​(Event event)
        Handle an event.
        Parameters:
        event - the event to handle