Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.ioc.internal.util » [javadoc | source]
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.
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.