net.ontopia.utils
Interface ClosureIF


public interface ClosureIF

INTERNAL: 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.3.2

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

Method Detail

execute

void execute(java.lang.Object object)
Performs some operation on the input object.



Copyright © 2000-2012 Ontopia.