com.codestreet.messageforge
Interface RFunctor


public interface RFunctor

Functor interface.

Author:
Jawaid Hakim.

Method Summary
 void apply(RFldInterface fld)
          Apply this functor to a message field.
 

Method Detail

apply

public void apply(RFldInterface fld)
           throws FieldValidationException
Apply this functor to a message field.

Parameters:
fld - Message field.
Throws:
FieldValidationException


Copyright © 2003-2006 CodeStreet. All Rights Reserved.