FileDocCategorySizeDatePackage
Owned.javaAPI DocJMF 2.1.1e514Mon May 12 12:20:38 BST 2003javax.media

Owned

public interface Owned
The Owned interface is implemented by Control objects that wish to advertise which media component owns the Control. A Control is typically owned by a PlugIn, Player, Processor, DataSource or DataSink object.
since
JMF 2.0
see
Control

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetOwner()
Returns the object that owns this control.