All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.lizardev.xquery.saxon.coverage.trace.CoverageInstructionEventHandler Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package com.github.lizardev.xquery.saxon.coverage.trace;

public interface CoverageInstructionEventHandler {

    void handle(CoverageInstructionCreatedEvent event);

    void handle(CoverageInstructionInvokedEvent event);

    void handle(CoverageInstructionSimplifiedEvent event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy