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

org.concordion.api.listener.ExampleListener Maven / Gradle / Ivy

package org.concordion.api.listener;

import java.util.EventListener;

/**
 * @since 2.0.0
 */
public interface ExampleListener extends EventListener {

    void beforeExample(ExampleEvent event);
    void afterExample(ExampleEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy