Projekt

Obecné

Profil

Stáhnout (206 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
package cz.zcu.kiv.backendapi.external;
2

    
3
/**
4
 * External catalog service interface
5
 */
6
public interface IExternalCatalogService {
7
    /**
8
     * Updates external catalog
9
     */
10
    void updateCatalog();
11
}
(6-6/7)