Skip to main content

Posts

Showing posts from March, 2007

Memo Desmoj ..... sendTraceNote

I can use sendTraceNote for outputting message on the trace note when I want to output message on it. The method can be called from the class what class extends the ModelComponet class. String message = "test message"; sendTraceNote(message);