public abstract class Executable extends Object implements Callable<Void>
Callable
Void
Runnable
Executable()
call()
abstract void
execute()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Executable()
public abstract void execute() throws Exception
Exception
public final Void call() throws Exception
call
Callable<Void>
Copyright © 2018 SAP SE. All rights reserved.