Package net.anwiba.commons.workflow
Interface IExecuterFactory<T>
-
- All Known Implementing Classes:
DefaultDelegatingExecuterFactory,EventDispatchThreadUsingDelegatingExecuterFactory
public interface IExecuterFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IExecutable<T>create(IExecutable<T> executable)
-
-
-
Method Detail
-
create
IExecutable<T> create(IExecutable<T> executable) throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
-