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

de.swm.gwt.client.interfaces.IAssembler Maven / Gradle / Ivy

The newest version!
package de.swm.gwt.client.interfaces;

/**
 * Setzt die Teilkomponenten einer Anwendung zu zusammen.
 * @author Wiese.Daniel
 * 
copyright (C) 2011, SWM Services GmbH * */ public interface IAssembler { /** * Assemblerr die Komponenente. */ void assemble(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy