cynosurex.awt.event
Class DialEvent

java.lang.Object
  extended by java.util.EventObject
      extended by cynosurex.awt.event.DialEvent
All Implemented Interfaces:
cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon, java.io.Serializable

public class DialEvent
extends java.util.EventObject
implements cynosurex.internal.CommonInterface

Compiled using Java 1.1.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Fields inherited from interface cynosurex.internal.CommonInterface
copyright, copyrightYears, notice, program, version
 
Fields inherited from interface cynosurex.internal.AuthorCommon
author, copyrightSymbol, noticeMsg, rights
 
Fields inherited from interface cynosurex.internal.CompanyCommon
company, email, website
 
Constructor Summary
DialEvent(Dial source, int value)
           
 
Method Summary
 int getValue()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DialEvent

public DialEvent(Dial source,
                 int value)
Method Detail

getValue

public int getValue()