org.melati.poem.util
Interface Procedure

Package class diagram package Procedure

public interface Procedure

A Procedure ie a void function.


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

Method Detail

apply

void apply(Object arg)
Apply ourselves to argument.

Parameters:
arg - an appropriate Object


Copyright © 2000-2010 PanEris. All Rights Reserved.