Class VideoDisplayComponent.OnSetSourceListener

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected OnSetSourceListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processEvent​(Event event)
      Process a given event to some purpose.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OnSetSourceListener

        protected OnSetSourceListener()
    • Method Detail

      • processEvent

        @Default
        public void processEvent​(Event event)
        Description copied from interface: EventListener
        Process a given event to some purpose. The event can contain or provide payload data via properties.
        Specified by:
        processEvent in interface EventListener
        Parameters:
        event - The given event.