Class EventAccumulator<T>

java.lang.Object
VASSAL.tools.concurrent.listener.EventAccumulator<T>
All Implemented Interfaces:
EventListener<T>

@Deprecated(since="2021-12-01", forRemoval=true) public class EventAccumulator<T> extends Object implements EventListener<T>
Deprecated, for removal: This API element is subject to removal in a future version.
An EventListener which accumulates the events it receives into a List.
Since:
3.2.0
Author:
Joel Uckelman