Uses of Interface
VASSAL.tools.concurrent.listener.EventListener
| Package | Description |
|---|---|
| VASSAL.launch | |
| VASSAL.tools.concurrent.listener | |
| VASSAL.tools.io | |
| VASSAL.tools.ipc |
-
Uses of EventListener in VASSAL.launch
Classes in VASSAL.launch that implement EventListener Modifier and Type Class Description protected static classAbstractLaunchAction.NotifyImportModuleOkListenerprotected static classAbstractLaunchAction.NotifyNewModuleOkListenerprotected static classAbstractLaunchAction.NotifyOpenModuleFailedListenerprotected static classAbstractLaunchAction.NotifyOpenModuleOkListenerprotected static classAbstractLaunchAction.NotifySaveFileOkListenerprotected classLauncher.CloseRequestListener -
Uses of EventListener in VASSAL.tools.concurrent.listener
Classes in VASSAL.tools.concurrent.listener that implement EventListener Modifier and Type Class Description classDotPrinter<T>Prints dots to a stream in response to events.classDummyEventListener<T>AnEventListenerwhich does nothing.classEventAccumulator<T>AnEventListenerwhich accumulates the events it receives into aList.Fields in VASSAL.tools.concurrent.listener with type parameters of type EventListener Modifier and Type Field Description protected List<EventListener<? super T>>DefaultEventListenerSupport. listenersprotected ConcurrentMap<Class<?>,List<EventListener<?>>>DefaultMultiEventListenerSupport. listenersMethods in VASSAL.tools.concurrent.listener that return types with arguments of type EventListener Modifier and Type Method Description List<EventListener<? super T>>DefaultEventListenerSupport. getEventListeners()Gets the list of listerners.<T> List<EventListener<? super T>>DefaultMultiEventListenerSupport. getEventListeners(Class<T> c)Gets the list of listerners.List<EventListener<? super T>>EventListenerSupport. getEventListeners()Gets the list of listerners.<T> List<EventListener<? super T>>MultiEventListenerSupport. getEventListeners(Class<T> c)Gets the list of listerners.protected List<EventListener<?>>DefaultMultiEventListenerSupport. registerType(Class<?> c)Methods in VASSAL.tools.concurrent.listener with parameters of type EventListener Modifier and Type Method Description voidDefaultEventListenerSupport. addEventListener(EventListener<? super T> l)Adds anEventListener.<T> voidDefaultMultiEventListenerSupport. addEventListener(Class<T> c, EventListener<? super T> l)Adds anEventListener.voidEventListenerSupport. addEventListener(EventListener<? super T> l)Adds anEventListener.<T> voidMultiEventListenerSupport. addEventListener(Class<T> c, EventListener<? super T> l)Adds anEventListener.voidDefaultEventListenerSupport. removeEventListener(EventListener<? super T> l)Removes anEventListener.<T> voidDefaultMultiEventListenerSupport. removeEventListener(Class<T> c, EventListener<? super T> l)Removes anEventListener.voidEventListenerSupport. removeEventListener(EventListener<? super T> l)Removes anEventListener.<T> voidMultiEventListenerSupport. removeEventListener(Class<T> c, EventListener<? super T> l)Removes anEventListener. -
Uses of EventListener in VASSAL.tools.io
Fields in VASSAL.tools.io declared as EventListener Modifier and Type Field Description protected EventListener<IOException>InputOutputStreamPump. ioexListenerMethods in VASSAL.tools.io that return types with arguments of type EventListener Modifier and Type Method Description List<EventListener<? super String>>Tailer. getEventListeners()Gets the list of listerners.Methods in VASSAL.tools.io with parameters of type EventListener Modifier and Type Method Description voidTailer. addEventListener(EventListener<? super String> l)Adds anEventListener.voidTailer. removeEventListener(EventListener<? super String> l)Removes anEventListener.Constructors in VASSAL.tools.io with parameters of type EventListener Constructor Description InputOutputStreamPump(InputStream in, OutputStream out, EventListener<IOException> ioexListener)Creates anInputOutputStreamPump.InputOutputStreamPump(EventListener<IOException> ioexListener)Creates anInputOutputStreamPump. -
Uses of EventListener in VASSAL.tools.ipc
Methods in VASSAL.tools.ipc that return types with arguments of type EventListener Modifier and Type Method Description <T> List<EventListener<? super T>>IPCMessenger. getEventListeners(Class<T> c)Notify the listeners of an event.Methods in VASSAL.tools.ipc with parameters of type EventListener Modifier and Type Method Description <T> voidIPCMessenger. addEventListener(Class<T> c, EventListener<? super T> l)Adds anEventListener.<T> voidIPCMessenger. removeEventListener(Class<T> c, EventListener<? super T> l)Removes anEventListener.