Class ProtocolDiscoveryStartStopResponseEvent

java.lang.Object
org.openremote.model.event.Event
org.openremote.model.event.shared.SharedEvent
org.openremote.model.protocol.ProtocolDiscoveryStartStopResponseEvent

public class ProtocolDiscoveryStartStopResponseEvent extends SharedEvent
Indicates that discovery has started/stopped for the given getAgentDescriptor(). If discovery has started then isStopped() will be false, otherwise true.
  • Field Details

    • agentDescriptor

      protected String agentDescriptor
    • stopped

      protected boolean stopped
  • Constructor Details

    • ProtocolDiscoveryStartStopResponseEvent

      public ProtocolDiscoveryStartStopResponseEvent(String agentDescriptor, boolean stopped)
  • Method Details

    • getAgentDescriptor

      public String getAgentDescriptor()
    • isStopped

      public boolean isStopped()