org.eclipse.etrice.ui.common.support
Class AutoUpdateFeature

java.lang.Object
  extended by AbstractUpdateFeature
      extended by org.eclipse.etrice.ui.common.support.AutoUpdateFeature

public class AutoUpdateFeature
extends AbstractUpdateFeature

Author:
Henrik Rentz-Reichert - initial contribution and API

Constructor Summary
AutoUpdateFeature(IFeatureProvider fp)
           
 
Method Summary
 boolean canUpdate(IUpdateContext context)
           
 boolean update(IUpdateContext context)
           
 IReason updateNeeded(IUpdateContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoUpdateFeature

public AutoUpdateFeature(IFeatureProvider fp)
Method Detail

canUpdate

public boolean canUpdate(IUpdateContext context)

updateNeeded

public IReason updateNeeded(IUpdateContext context)

update

public boolean update(IUpdateContext context)