org.melati.poem.util
Interface Procedure


public interface Procedure

A Procedure ie a void function.


Method Summary
 void apply(java.lang.Object arg)
          Apply ourselves to argument.
 

Method Detail

apply

void apply(java.lang.Object arg)
Apply ourselves to argument.

Parameters:
arg - an appropriate Object


Copyright © 2000-2009 PanEris. All Rights Reserved.