Class DummyEventListener<T>
java.lang.Object
VASSAL.tools.concurrent.listener.DummyEventListener<T>
- All Implemented Interfaces:
EventListener<T>
An
EventListener which does nothing.- Since:
- 3.2.0
- Author:
- Joel Uckelman
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DummyEventListener
public DummyEventListener()
-
-
Method Details
-
receive
Receive notification of an event.- Specified by:
receivein interfaceEventListener<T>- Parameters:
src- the source of the eventevent- the event
-