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 TypeMethodDescriptionvoidHandlerInterface.handle(PluginEvent<?> event) Handle a single event.voidHandlerInterface.handle(PluginEvent<?>[] events) Handle a list of events.voidStarterServer.handle(PluginEvent<?> event) Handle.voidStarterServer.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 TypeMethodDescriptionintEventComparator.compare(PluginEvent<?> event1, PluginEvent<?> event2) Compare.voidPluginContainer.handle(PluginEvent<?>[] events) Handle.voidPluginThread.handle(PluginEvent<?> event) Handle.protected final voidPluginThread.handle(PluginEvent<?>[] events) Handle.voidPluginContainer.notify(PluginEvent<?>[] events) Notify. -
Uses of PluginEvent in ecmwf.ecpds.master
Subclasses of PluginEvent in ecmwf.ecpds.masterModifier and TypeClassDescriptionfinal classThe Class ChangeHostEvent.final classThe Class DataTransferEvent.final classThe Class ProductStatusEvent.final classECMWF Product Data Store (OpenECPDS) Project.classThe Class ResetProductEvent.Methods in ecmwf.ecpds.master with parameters of type PluginEventModifier and TypeMethodDescriptionvoidMasterServer.handle(PluginEvent<?> event) Handle.voidMasterServer.handle(PluginEvent<?>[] events) Handle.voidMasterServer.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 TypeMethodDescriptionvoidEventHandler.handle(PluginEvent<?> event) Handle.voidHttpPlugin.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