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

Packages that use LatkaEventListener
org.apache.commons.latka   
org.apache.commons.latka.event   
org.apache.commons.latka.jelly   
org.apache.commons.latka.junit   
 

Uses of LatkaEventListener in org.apache.commons.latka
 

Classes in org.apache.commons.latka that implement LatkaEventListener
 class AbstractReporter
          The base class for several 'reporters'.
 class DefaultLatkaEventInfo
          The base class for several 'reporters'.
 class XMLReporter
          This LatkaEventListener will generate an XML report of all tests run during an Latka XML suite.
 

Fields in org.apache.commons.latka declared as LatkaEventListener
protected  LatkaEventListener DefaultLatkaEventInfo._listener
           
 

Methods in org.apache.commons.latka with parameters of type LatkaEventListener
 void Latka.runTests(Suite suite, LatkaEventListener listener)
          Execute a single Latka test suite.
 

Constructors in org.apache.commons.latka with parameters of type LatkaEventListener
DefaultLatkaEventInfo(LatkaEventListener listener)
           
 

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

Subinterfaces of LatkaEventListener in org.apache.commons.latka.event
 interface LatkaEventInfo
          An extension to LatkaEventListener that stores the success or failure of all requests.
 

Classes in org.apache.commons.latka.event that implement LatkaEventListener
 class LatkaEventPublisher
          A LatkaEventListener that publishes the incoming events to other listeners
 

Methods in org.apache.commons.latka.event with parameters of type LatkaEventListener
 void LatkaEventPublisher.addListener(LatkaEventListener listener)
          add a LatkaEventListener to the list of publishees.
protected  void LatkaEventPublisher.broadcastEvent(LatkaEvent event, LatkaEventListener listener)
          Send the provided event to the provided listener
 

Uses of LatkaEventListener in org.apache.commons.latka.jelly
 

Methods in org.apache.commons.latka.jelly that return LatkaEventListener
 LatkaEventListener JellyUtils.getLatkaEventListener(org.apache.commons.jelly.JellyContext context)
          Return the LatkaEventListener for the context, or null if none has been set
 

Methods in org.apache.commons.latka.jelly with parameters of type LatkaEventListener
 void JellyUtils.setLatkaEventListener(org.apache.commons.jelly.JellyContext context, LatkaEventListener listener)
          Provide a LatkaEventListener object.
 

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

Classes in org.apache.commons.latka.junit that implement LatkaEventListener
 class JUnitEventReporter
          A Latka reporter that takes the various latka events and adapts them into JUnit Tests.
 



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