org.apache.tapestry5.ioc.internal.util
public interface: Invokable [javadoc |
source]
Similiar to
Runnable execpt that it returns a value. Used by
ConcurrentBarrier to identify the block
of code to execute with read/write lock protection.
Parameters:
- the return value type
| Method from org.apache.tapestry5.ioc.internal.util.Invokable Summary: |
|---|
|
invoke |
| Method from org.apache.tapestry5.ioc.internal.util.Invokable Detail: |
public T invoke()
Called to produce a value. |