org.eclipse.emf.emfstore.common
Interface ESSafeRunnable


public interface ESSafeRunnable

Interface for code which should run with the ESSafeRunner.

Author:
Julian Sommerfeldt

Method Summary
 void handleException(Throwable exception)
          Handles a exception if one occurs during execution.
 void run()
          Contains the code to execute.
 

Method Detail

run

void run()
Contains the code to execute.


handleException

void handleException(Throwable exception)
Handles a exception if one occurs during execution.

Parameters:
exception - the Throwable which occurred during execution.


Copyright © 2015. All Rights Reserved.