org.eclipse.emf.emfstore.client.util
Class ESVoidCallable

java.lang.Object
  extended by org.eclipse.emf.emfstore.client.util.ESVoidCallable
All Implemented Interfaces:
Callable<Void>

public abstract class ESVoidCallable
extends Object
implements Callable<Void>

Convenience class for using RunESCommand without a return value.

Since:
1.1
Author:
emueller

Constructor Summary
ESVoidCallable()
           
 
Method Summary
 Void call()
          
abstract  void run()
          Contains the actual code block to be executed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESVoidCallable

public ESVoidCallable()
Method Detail

call

public Void call()
          throws Exception

Specified by:
call in interface Callable<Void>
Throws:
Exception
See Also:
Callable.call()

run

public abstract void run()
Contains the actual code block to be executed.



Copyright © 2015. All Rights Reserved.