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

com.greenpepper.call.ResultMatcher Maven / Gradle / Ivy

The newest version!
package com.greenpepper.call;

/**
 * 

ResultMatcher interface.

* * @author oaouattara * @version $Id: $Id */ public interface ResultMatcher { /** *

matches.

* * @param result a {@link com.greenpepper.call.Result} object. * @return a boolean. */ boolean matches(Result result); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy