dynaop.util
Interface Closure


public interface Closure

Command that executes against a single argument.

Author:
Bob Lee (crazybob@crazybob.org)

Method Summary
 void execute(java.lang.Object o)
           
 

Method Detail

execute

void execute(java.lang.Object o)