Uses of Class
ecmwf.common.plugin.PluginEvent
Packages that use PluginEvent
Package
Description
-
Uses of PluginEvent in ecmwf.common.ecaccess
Methods in ecmwf.common.ecaccess with parameters of type PluginEventModifier and TypeMethodDescriptionvoid
HandlerInterface.handle
(PluginEvent<?> event) Handle a single event.void
HandlerInterface.handle
(PluginEvent<?>[] events) Handle a list of events.void
StarterServer.handle
(PluginEvent<?> event) Handle.void
StarterServer.handle
(PluginEvent<?>[] events) Handle. -
Uses of PluginEvent in ecmwf.common.plugin
Classes in ecmwf.common.plugin that implement interfaces with type arguments of type PluginEventMethods in ecmwf.common.plugin with parameters of type PluginEventModifier and TypeMethodDescriptionint
EventComparator.compare
(PluginEvent<?> event1, PluginEvent<?> event2) Compare.void
PluginContainer.handle
(PluginEvent<?>[] events) Handle.void
PluginThread.handle
(PluginEvent<?> event) Handle.protected final void
PluginThread.handle
(PluginEvent<?>[] events) Handle.void
PluginContainer.notify
(PluginEvent<?>[] events) Notify. -
Uses of PluginEvent in ecmwf.ecpds.master
Subclasses of PluginEvent in ecmwf.ecpds.masterModifier and TypeClassDescriptionfinal class
The Class ChangeHostEvent.final class
The Class DataTransferEvent.final class
The Class ProductStatusEvent.final class
ECMWF Product Data Store (OpenECPDS) Project.class
The Class ResetProductEvent.Methods in ecmwf.ecpds.master with parameters of type PluginEventModifier and TypeMethodDescriptionvoid
MasterServer.handle
(PluginEvent<?> event) Handle.void
MasterServer.handle
(PluginEvent<?>[] events) Handle.void
MasterServer.updatePluginEvents
(PluginEvent<?>[] events) Update plugin events. -
Uses of PluginEvent in ecmwf.ecpds.master.plugin.http
Methods in ecmwf.ecpds.master.plugin.http with parameters of type PluginEventModifier and TypeMethodDescriptionvoid
EventHandler.handle
(PluginEvent<?> event) Handle.void
HttpPlugin.handle
(PluginEvent<?> event) Handle. -
Uses of PluginEvent in ecmwf.ecpds.master.plugin.http.dao.monitoring
Methods in ecmwf.ecpds.master.plugin.http.dao.monitoring with parameters of type PluginEvent