FileDocCategorySizeDatePackage
DialEvent.javaAPI DocExample276Mon May 01 14:41:56 BST 2000None

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;