Class VideoCodeConnector

java.lang.Object
org.praxislive.code.CodeConnector<VideoCodeDelegate>
org.praxislive.video.code.VideoCodeConnector

public class VideoCodeConnector extends CodeConnector<VideoCodeDelegate>
  • Constructor Details

  • Method Details

    • addDefaultPorts

      protected void addDefaultPorts()
      Description copied from class: CodeConnector
      Called during processing to create default ports. May be overridden to extend. By default this method does nothing.
      Overrides:
      addDefaultPorts in class CodeConnector<VideoCodeDelegate>
    • analyseField

      protected void analyseField(Field field)
      Description copied from class: CodeConnector
      Called during processing to analyse each discovered field. May be overridden to extend. The default behaviour will first pass to available plugins (see CodeConnector.Plugin), then check for property, trigger, in, aux-in, out, aux-out, inject, proxy and persist annotations, in that order. First valid match wins.
      Overrides:
      analyseField in class CodeConnector<VideoCodeDelegate>
      Parameters:
      field - discovered field
    • analyseMethod

      protected void analyseMethod(Method method)
      Description copied from class: CodeConnector
      Called during processing to analyse each discovered method. May be overridden to extend. The default behaviour will first pass to available plugins (see CodeConnector.Plugin), then check for trigger, in, aux-in and function annotations in that order. First valid match wins.
      Overrides:
      analyseMethod in class CodeConnector<VideoCodeDelegate>
      Parameters:
      method - discovered method