JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.maven.surefire.extensions
Interface EventHandler<T>
Type Parameters:
T
- generic type of the event object
public interface
EventHandler<T>
Handler of events.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handleEvent
(
T
event)
Method Details
handleEvent
void
handleEvent
(
@Nonnull
T
event)