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

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

package org.concordion.api.listener;

import java.util.EventListener;


public interface ExecuteListener extends EventListener {

    void executeCompleted(ExecuteEvent e);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy