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

pl.fhframework.ISystemUseCase Maven / Gradle / Ivy

package pl.fhframework;

import pl.fhframework.core.uc.IInitialUseCase;

/**
 * Use case which represents application system use cases which contains system forms. Those form
 * will be never closed even context will be reloaded.
 */
public interface ISystemUseCase extends IInitialUseCase {

    String getContainerId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy