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
  • Constructor Details

    • DummyEventListener

      public DummyEventListener()
  • Method Details

    • receive

      public void receive(Object src, T event)
      Receive notification of an event.
      Specified by:
      receive in interface EventListener<T>
      Parameters:
      src - the source of the event
      event - the event