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.

class Object
trait Matchable
class Any

Value members

Abstract methods

def handle(event: Event): Unit

Handle an event.

Handle an event.

Value parameters:
event

the event to handle