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

se.l4.vibe.trigger.On Maven / Gradle / Ivy

package se.l4.vibe.trigger;

/**
 * Combination for running a {@link Trigger} on the output of another
 * one.
 * 
 * @author Andreas Holstenson
 *
 * @param 
 * @param 
 */
public interface On
{
	/**
	 * Build the actual trigger.
	 * 
	 * @param second
	 * @return
	 */
	 Trigger build(Trigger second);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy