Package VASSAL.tools.concurrent.listener
-
Interface Summary Interface Description EventListener<T> An interface for handling events.EventListenerSupport<T> An interface to provide support forEventListeners.MultiEventListenerSupport An interface to provide support forEventListeners. -
Class Summary Class Description DefaultEventListenerSupport<T> A class to provide support forEventListeners.DefaultMultiEventListenerSupport A class to provide support forEventListeners.DotPrinter<T> Prints dots to a stream in response to events.DummyEventListener<T> AnEventListenerwhich does nothing.EventAccumulator<T> AnEventListenerwhich accumulates the events it receives into aList.