Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

rcs.nml
Interface NMLMessageDictionary  view NMLMessageDictionary download NMLMessageDictionary.java

All Known Implementing Classes:
errlogMsgDict, perftypeMsgDict

public interface NMLMessageDictionary

The NMLMessageDictionary interface is used to create custom message sets for NML. It's primary function is to match an integer type identifier with a particular message class and update the class.

 Related Documentation: 
 RCS Library, NML Programmers Guide (Java Version)

 Source Code:
 NMLMessageDictionary.java

 


Method Summary
 int formatMsg(NMLFormatConverter NMLfc)
          This function should use NMLfc.type to select an object of the appropriate class, set NMLfc.msg_to_update to it, and call the objects update(NMLFormatConverter) function.
 

Method Detail

formatMsg

public int formatMsg(NMLFormatConverter NMLfc)
This function should use NMLfc.type to select an object of the appropriate class, set NMLfc.msg_to_update to it, and call the objects update(NMLFormatConverter) function.