Package | Description |
---|---|
org.apache.commons.latka.event |
Modifier and Type | Interface and Description |
---|---|
interface |
RequestEvent
The basic set of methods available on all Latka events
|
interface |
SuiteEvent
An interface to mark classes as being SuiteEvents
|
Modifier and Type | Class and Description |
---|---|
class |
BaseRequestEvent
The base class for request events fired by latka.
|
class |
ReportMessageEvent
An event detailing a report message
|
class |
RequestErrorEvent
An event that represents an error that occurred processing a request
|
class |
RequestFailedEvent
An event for when a request fails
|
class |
RequestSkippedEvent
An event used when Latka skips a request
|
class |
RequestSucceededEvent
An event generated by Latka when a request completes successfully
|
class |
SuiteCompletedEvent
An event Latka fires when a suite has completed
|
Modifier and Type | Method and Description |
---|---|
void |
LatkaEventPublisher.broadcastEvent(LatkaEvent event)
Send the provided event object to all registered listeners
|
protected void |
LatkaEventPublisher.broadcastEvent(LatkaEvent event,
LatkaEventListener listener)
Send the provided event to the provided listener
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.