// ----------> GENERATED FILE - DON'T TOUCH! <---------- // generator: ilarkesto.mda.legacy.generator.GwtActionGenerator package scrum.client.calendar; import java.util.*; public abstract class GCreateSimpleEventAction extends scrum.client.common.AScrumAction { public GCreateSimpleEventAction() { } @Override public boolean isExecutable() { return true; } }