Class RefPort<T>

java.lang.Object
org.praxislive.code.RefPort<T>
Type Parameters:
T - type of references
All Implemented Interfaces:
Port
Direct Known Subclasses:
RefPort.Input, RefPort.Output

public abstract class RefPort<T> extends Object implements Port
Ports for sharing Ref values.
  • Constructor Details

    • RefPort

      public RefPort()