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

com.payneteasy.superfly.client.ActionDescriptionCollector Maven / Gradle / Ivy

There is a newer version: 1.7-32
Show newest version
package com.payneteasy.superfly.client;

import java.util.List;


import com.payneteasy.superfly.api.ActionDescription;
import com.payneteasy.superfly.client.exception.CollectionException;

/**
 * Collects and returns action descriptions.
 * 
 * @author Roman Puchkovskiy
 */
public interface ActionDescriptionCollector {
    /**
     * Returns action descriptions.
     *
     * @return action descriptions
     * @throws CollectionException
     */
    List collect() throws CollectionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy