com.aptana.ide.core.ui.update
Class ReleaseNotesInstallHandler

java.lang.Object
  extended by org.eclipse.update.core.BaseInstallHandler
      extended by com.aptana.ide.core.ui.update.ReleaseNotesInstallHandler
All Implemented Interfaces:
org.eclipse.update.core.IInstallHandler

public class ReleaseNotesInstallHandler
extends org.eclipse.update.core.BaseInstallHandler

ReleaseNotesInstallHandler

Author:
Ingo Muschenetz

Field Summary
 
Fields inherited from class org.eclipse.update.core.BaseInstallHandler
entry, feature, initialized, monitor, nonPluginEntries, pluginEntries, type
 
Fields inherited from interface org.eclipse.update.core.IInstallHandler
HANDLER_ACTION_CONFIGURE, HANDLER_ACTION_INSTALL, HANDLER_ACTION_UNCONFIGURE, HANDLER_ACTION_UNINSTALL
 
Constructor Summary
ReleaseNotesInstallHandler()
           
 
Method Summary
 void installCompleted(boolean success)
           
 
Methods inherited from class org.eclipse.update.core.BaseInstallHandler
completeConfigure, completeInstall, completeUnconfigure, completeUninstall, configureCompleted, configureInitiated, initialize, installInitiated, nonPluginDataDownloaded, pluginsDownloaded, unconfigureCompleted, unconfigureInitiated, uninstallCompleted, uninstallInitiated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseNotesInstallHandler

public ReleaseNotesInstallHandler()
Method Detail

installCompleted

public void installCompleted(boolean success)
                      throws org.eclipse.core.runtime.CoreException
Specified by:
installCompleted in interface org.eclipse.update.core.IInstallHandler
Overrides:
installCompleted in class org.eclipse.update.core.BaseInstallHandler
Throws:
org.eclipse.core.runtime.CoreException
See Also:
IInstallHandler.installCompleted(boolean)