rcs.nml
Interface NMLErrorAppender


public interface NMLErrorAppender

Interface used to pass a function that will be called when errors occur so that they might be log to a TextField of file etc.


Method Summary
 void AppendError(java.lang.String s)
           
 

Method Detail

AppendError

void AppendError(java.lang.String s)