com.wombat.mama
public interface MamaMsgFieldIterator
MamaMsg.iterateFields()
method. The onField()
method is invoked for each field in the MamaMsg object.Modifier and Type | Method and Description |
---|---|
void |
onField(MamaMsg msg,
MamaMsgField field,
MamaDictionary dict,
java.lang.Object closure)
Method invoked for each field in the underlying message.
|
void onField(MamaMsg msg, MamaMsgField field, MamaDictionary dict, java.lang.Object closure)
onField
method.msg
- The MamaMsg on which iterateFields()
was calledfield
- The MamaMsgField object representing the underlying message field.dict
- The MamaDictionary object if one was passed to iterateFields()
closure
- The closure object passed to the MamaMsg.iterateFields()
methodCopyright 2011 NYSE Technologies