Package org.apache.tapestry5.jpa
Class EntityTransactionManager.VoidInvokable
- java.lang.Object
-
- org.apache.tapestry5.jpa.EntityTransactionManager.VoidInvokable
-
- All Implemented Interfaces:
Invokable
- Enclosing interface:
- EntityTransactionManager
public static class EntityTransactionManager.VoidInvokable extends java.lang.Object implements Invokable
-
-
Constructor Summary
Constructors Constructor Description VoidInvokable(java.lang.Runnable runnable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke()
Called to produce a value.
-
-
-
Constructor Detail
-
VoidInvokable
public VoidInvokable(java.lang.Runnable runnable)
-
-