jsync
Interface Activity


public interface Activity

Interface for activities executed concurrently by class Concurrent.

See Also:
Concurrent

Method Summary
 java.lang.Object run()
          Method invoked by Concurrent class.
 

Method Detail

run

public java.lang.Object run()
Method invoked by Concurrent class.

Returns:
result of method excution which is collected by Concurrent class.