de.swm.gwt.client.superdev.SuperDevModeHelper 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.superdev;
/**
* This class does th magic. Calling showDevMode
will sho the on/off buttons in the mobile app.
*/
public interface SuperDevModeHelper {
public void showDevMode();
}