Class StopListenToConnectionEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
uk.ac.gda.client.live.stream.event.LiveStreamEvent
uk.ac.gda.client.live.stream.event.StopListenToConnectionEvent
All Implemented Interfaces:
Serializable, RootCompositeAware

public class StopListenToConnectionEvent extends LiveStreamEvent implements RootCompositeAware
Message published either when a rootComposite Composite requires the children to stop listen at a LiveStreamConnection.
See Also:
  • Constructor Details

    • StopListenToConnectionEvent

      public StopListenToConnectionEvent(Object source, UUID rootComposite)
      Parameters:
      source - the liveStream instance to stop listen to
      rootComposite - the component requiring the action
  • Method Details