package javax.baja.ui; public interface CommandArtifact { void redo() throws Exception; void undo() throws Exception; }