Uses of Interface
org.apache.commons.latka.event.SuiteEvent

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

Uses of SuiteEvent in org.apache.commons.latka
 

Methods in org.apache.commons.latka with parameters of type SuiteEvent
 void XMLReporter.suiteCompleted(SuiteEvent event)
           
 void DefaultLatkaEventInfo.suiteCompleted(SuiteEvent event)
          Invoke when all requests completed.
 

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

Classes in org.apache.commons.latka.event that implement SuiteEvent
 class SuiteCompletedEvent
          An event Latka fires when a suite has completed
 

Methods in org.apache.commons.latka.event with parameters of type SuiteEvent
 void LatkaEventPublisher.suiteCompleted(SuiteEvent event)
          send the supplied event to all listeners
 void LatkaEventListener.suiteCompleted(SuiteEvent event)
          Invoke when all requests completed.
 

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

Methods in org.apache.commons.latka.junit with parameters of type SuiteEvent
 void JUnitEventReporter.suiteCompleted(SuiteEvent event)
          Process a Latka suite completion event
 



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