Package io.openems.backend.alerting
Class Alerting
- java.lang.Object
-
- io.openems.backend.common.component.AbstractOpenemsBackendComponent
-
- io.openems.backend.alerting.Alerting
-
- All Implemented Interfaces:
org.osgi.service.event.EventHandler
public class Alerting extends AbstractOpenemsBackendComponent implements org.osgi.service.event.EventHandler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(Config config)
protected void
deactivate()
void
handleEvent(org.osgi.service.event.Event event)
-
-
-
Constructor Detail
-
Alerting
protected Alerting(Scheduler scheduler)
-
Alerting
public Alerting()
-
-
Method Detail
-
activate
protected void activate(Config config)
-
deactivate
protected void deactivate()
-
handleEvent
public void handleEvent(org.osgi.service.event.Event event)
- Specified by:
handleEvent
in interfaceorg.osgi.service.event.EventHandler
-
-