de.swm.gwt.client.asyncjs.IModuleActivation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
package de.swm.gwt.client.asyncjs;
import de.swm.gwt.client.eventbus.IEvent;
/**
* Ein spezieller Event-Bus Event-Typ der fuer das aktivieren von Modulen verwendet wird (Nachladens es Java-Script
* codes).
*
* @author wiese.daniel
* copyright (C) 2011, SWM Services GmbH
*
*/
public interface IModuleActivation extends IEvent {
}