Class BindingContextControl

java.lang.Object
org.praxislive.base.BindingContextControl
All Implemented Interfaces:
BindingContext, Control

public class BindingContextControl extends Object implements Control, BindingContext
An implementation of BindingContext based around a single Control. A container just needs to provide an instance as a (hidden) control, and make it available via Lookup.
  • Constructor Details

    • BindingContextControl

      public BindingContextControl(ControlAddress controlAddress, ExecutionContext context, PacketRouter router)
      Create a BindingContextControl.
      Parameters:
      controlAddress - address of the control for sending and receiving all messages
      context - the execution context (required for sync clock)
      router - the router for sending all messages
  • Method Details