Class ListenToConnectionEvent

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.ListenToConnectionEvent
All Implemented Interfaces:
Serializable, RootCompositeAware

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

    • ListenToConnectionEvent

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