JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.apache.maven.surefire.extensions
EventHandler
Contents
Description
Method Summary
Method Details
handleEvent(T)
Hide sidebar
Show sidebar
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)