FileDocCategorySizeDatePackage
DialEvent.javaAPI DocExample218Fri Jun 20 00:44:48 BST 1997None

DialEvent

public class DialEvent extends EventObject

Fields Summary
int
value
Constructors Summary
DialEvent(Dial source, int value)

		super( source );
		this.value = value;
	
Methods Summary
public intgetValue()

		return value;