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

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

package com.greenpepper.call;

/**
 * 

Stub interface.

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

call.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy