org.eclipse.etrice.ui.common.commands
Class UpdateCommand

java.lang.Object
  extended by RecordingCommand
      extended by org.eclipse.etrice.ui.common.commands.UpdateCommand

public class UpdateCommand
extends RecordingCommand

Author:
Henrik Rentz-Reichert - initial contribution and API

Constructor Summary
UpdateCommand(Diagram diag, TransactionalEditingDomain domain, java.lang.String providerID)
           
 
Method Summary
protected  void doExecute()
           
 boolean updateNeeded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateCommand

public UpdateCommand(Diagram diag,
                     TransactionalEditingDomain domain,
                     java.lang.String providerID)
Method Detail

updateNeeded

public boolean updateNeeded()

doExecute

protected void doExecute()