Class EventAccumulator<T>

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

public class EventAccumulator<T>
extends Object
implements EventListener<T>
An EventListener which accumulates the events it receives into a List.
Since:
3.2.0
Author:
Joel Uckelman