File
Doc
Category
Size
Date
Package
Owned.java
API Doc
JMF 2.1.1e
514
Mon May 12 12:20:38 BST 2003
javax.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
(
Omit source code
)
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.Object
getOwner
()
Returns the object that owns this control.
Java Code Source