java.lang.Object
org.praxislive.base.MetaProperty
- All Implemented Interfaces:
org.praxislive.core.Control
Simple implementation of
ComponentProtocol.META property, with linked
ComponentProtocol.META_MERGE control.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetaProperty
public MetaProperty()
-
-
Method Details
-
call
public void call(org.praxislive.core.Call call, org.praxislive.core.PacketRouter router) throws Exception - Specified by:
callin interfaceorg.praxislive.core.Control- Throws:
Exception
-
getMergeControl
public org.praxislive.core.Control getMergeControl()Get the merge control linked to this property.- Returns:
- merge control
-
getValue
public org.praxislive.core.types.PMap getValue()Get the current value.- Returns:
- current value
-