FileDocCategorySizeDatePackage
DialEvent.javaAPI DocExample238Tue Jun 24 19:12:44 BST 1997magicbeans

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;