Class DummyEventListener<T>

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

public class DummyEventListener<T> extends Object implements EventListener<T>
An EventListener which does nothing.
Since:
3.2.0
Author:
Joel Uckelman