Class ListenersList
- java.lang.Object
-
- com.carrotsearch.ant.tasks.junit4.ListenersList
-
public class ListenersList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.Object>
listeners
-
Constructor Summary
Constructors Constructor Description ListenersList(java.util.List<java.lang.Object> listeners)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConfigured(AggregatedEventListener listener)
Adds a listener to the listeners list.
-
-
-
Method Detail
-
addConfigured
public void addConfigured(AggregatedEventListener listener)
Adds a listener to the listeners list.- Parameters:
listener
-
-
-