net.refractions.udig.tools.edit.commands
Class SetEditGeomChangedStateCommand

java.lang.Object
  extended by AbstractCommand
      extended by net.refractions.udig.tools.edit.commands.SetEditGeomChangedStateCommand

public class SetEditGeomChangedStateCommand
extends AbstractCommand

Sets the changed state of the editGeom

Since:
1.1.0
Author:
jones

Constructor Summary
SetEditGeomChangedStateCommand(EditGeom currentGeom, boolean newState)
           
 
Method Summary
 java.lang.String getName()
           
 void rollback(IProgressMonitor monitor)
           
 void run(IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetEditGeomChangedStateCommand

public SetEditGeomChangedStateCommand(EditGeom currentGeom,
                                      boolean newState)
Parameters:
currentGeom -
newState -
Method Detail

run

public void run(IProgressMonitor monitor)
         throws java.lang.Exception
Throws:
java.lang.Exception

getName

public java.lang.String getName()

rollback

public void rollback(IProgressMonitor monitor)
              throws java.lang.Exception
Throws:
java.lang.Exception