Package com.inductiveautomation.eventstream.designer.ui.viewmodel.statetracker
package com.inductiveautomation.eventstream.designer.ui.viewmodel.statetracker
-
ClassDescriptionThis class tracks the state of the event stream as reported by the Gateway, by using the
EventStreamPushReceiver
.
You can add listeners to this class to get notified when states change viaEventStreamStateTracker.addListener(EventStreamStateTrackerListener)
.