Uses of Class
org.apache.commons.latka.event.ReportMessageEvent

Packages that use ReportMessageEvent
org.apache.commons.latka   
org.apache.commons.latka.event   
org.apache.commons.latka.junit   
 

Uses of ReportMessageEvent in org.apache.commons.latka
 

Methods in org.apache.commons.latka with parameters of type ReportMessageEvent
 void XMLReporter.reportMessage(ReportMessageEvent event)
          Add the message of the provided event to the XML document as a <reportMessage> element with text
 void DefaultLatkaEventInfo.reportMessage(ReportMessageEvent event)
          Invoked if a Latka suite wants to send a message to the report generated for the test.
 

Uses of ReportMessageEvent in org.apache.commons.latka.event
 

Methods in org.apache.commons.latka.event with parameters of type ReportMessageEvent
 void LatkaEventPublisher.reportMessage(ReportMessageEvent event)
          send the supplied event to all listeners
 void LatkaEventListener.reportMessage(ReportMessageEvent event)
          Invoked if a Latka suite wants to send a message to the report generated for the test.
 

Uses of ReportMessageEvent in org.apache.commons.latka.junit
 

Methods in org.apache.commons.latka.junit with parameters of type ReportMessageEvent
 void JUnitEventReporter.reportMessage(ReportMessageEvent event)
          This method is currently ignored by the JUnitEventReporter.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.