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

com.paypal.butterfly.utilities.operations.pom.stax.EventCondition Maven / Gradle / Ivy

There is a newer version: 3.2.7
Show newest version
package com.paypal.butterfly.utilities.operations.pom.stax;

import javax.xml.stream.events.XMLEvent;

interface EventCondition {

    boolean evaluateEvent(XMLEvent xmlEvent);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy