org.apache.commons.collections
Interface Closure


public interface Closure

An interface to represent some Closure, a block of code which is executed from inside some block, function or iteration which operates on an input object.

Since:
1.0
Author:
James Strachan

Method Summary
 void execute(Object input)
          Performs some operation on the input object
 

Method Detail

execute

public void execute(Object input)
Performs some operation on the input object


Copyright © 2001-2002 Apache Software Foundation. Documenation generated October 21 2002.