FileDocCategorySizeDatePackage
ControlChangeEvent.javaAPI DocJMF 2.1.1e614Mon May 12 12:20:56 BST 2003com.sun.media.controls

ControlChangeEvent

public class ControlChangeEvent extends Object
This event contains information about which Control has changed.

Fields Summary
private Control
c
Constructors Summary
public ControlChangeEvent(Control c)
Creates a ControlChangeEvent with the specified control.

	this.c = c;
    
Methods Summary
public javax.media.ControlgetControl()
Returns the Control that generated this event.

	return c;