org.apache.tapestry5.ioc
Interface Invokable<T>

Type Parameters:
T - the return value type

public interface Invokable<T>

Similiar to Runnable execpt that it returns a value. Used to represent any operation which can return a value.

See Also:
OperationTracker.invoke(String, Invokable)

Method Summary
 T invoke()
          Called to produce a value.
 

Method Detail

invoke

T invoke()
Called to produce a value.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.