net.refractions.udig.project.command
Interface UndoableMapCommand

All Superinterfaces:
Command, MapCommand, UndoableCommand
All Known Subinterfaces:
NavCommand, PostDeterminedEffectCommand
All Known Implementing Classes:
SetLayerVisibilityCommand, UndoableComposite, UndoRedoCommand

public interface UndoableMapCommand
extends MapCommand, UndoableCommand

Describes an undoable MapCommand as opposed to a normal undoable command.

Since:
1.0.0
Author:
jones

Method Summary
 
Methods inherited from interface net.refractions.udig.project.command.MapCommand
getMap, setMap
 
Methods inherited from interface net.refractions.udig.project.command.Command
copy, getName, run
 
Methods inherited from interface net.refractions.udig.project.command.UndoableCommand
rollback
 
Methods inherited from interface net.refractions.udig.project.command.Command
copy, getName, run