de.swm.gwt.client.CommandActionAdapter 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;
import com.google.gwt.user.client.Command;
import de.swm.gwt.client.interfaces.ITypedAction;
/**
* Adaptiert eine Klasse vom Typ IAction auf den Typ Command.
* @author Steiner.Christian
* copyright 2013 SWM Service GmbH
*/
public class CommandActionAdapter implements Command {
private ITypedAction