org.ckkloverdos.function
Interface IProcedure
- All Known Subinterfaces:
- IFilterProcedure
public interface IProcedure
A generic procedure interface.
- Author:
- Christos KK Loverdos
|
Method Summary |
void |
process(java.lang.Object o,
java.lang.Object hints)
Applies the procedure to the given object. |
process
void process(java.lang.Object o,
java.lang.Object hints)
- Applies the procedure to the given
object.
In case extra parameters are needed, these are given by hints.
- Parameters:
o - hints -
Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.