Uses of Class
neqsim.process.util.event.ProcessEvent
Packages that use ProcessEvent
-
Uses of ProcessEvent in neqsim.process.util.event
Fields in neqsim.process.util.event with type parameters of type ProcessEventMethods in neqsim.process.util.event that return ProcessEventModifier and TypeMethodDescriptionstatic ProcessEventCreates an alarm event.static ProcessEventCreates an info event.static ProcessEventProcessEvent.modelDeviation(String source, String variable, double measured, double predicted) Creates a model deviation event.ProcessEvent.setProperty(String key, Object value) Sets a custom property on the event.static ProcessEventProcessEvent.thresholdCrossed(String source, String variable, double value, double threshold, boolean above) Creates a threshold crossed event.static ProcessEventCreates a warning event.Methods in neqsim.process.util.event that return types with arguments of type ProcessEventModifier and TypeMethodDescriptionProcessEventBus.getEventsBySeverity(ProcessEvent.Severity minSeverity, int count) Gets events by severity from history.ProcessEventBus.getEventsByType(ProcessEvent.EventType type, int count) Gets events by type from history.ProcessEventBus.getRecentEvents(int count) Gets recent events from history.Methods in neqsim.process.util.event with parameters of type ProcessEventModifier and TypeMethodDescriptionprivate voidProcessEventBus.deliverAsync(ProcessEvent event) private voidProcessEventBus.deliverSync(ProcessEvent event) voidProcessEventListener.onEvent(ProcessEvent event) Called when an event is published.voidProcessEventBus.publish(ProcessEvent event) Publishes an event to all subscribers.