com.partnersoft.gadgets
Class SpecificationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.partnersoft.gadgets.SpecificationEvent
All Implemented Interfaces:
java.io.Serializable

public class SpecificationEvent
extends java.util.EventObject

An event that announces that some object has been specified.

Version:
1.0 3/6/97 Source copyright 1997 Partner Software, Inc.
Author:
Paul Reavis
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SpecificationEvent(java.lang.Object source, java.lang.Object specified)
           
 
Method Summary
 java.lang.Object getSpecified()
           
 
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

SpecificationEvent

public SpecificationEvent(java.lang.Object source,
                          java.lang.Object specified)
Method Detail

getSpecified

public java.lang.Object getSpecified()