org.favabeans.base
Class TypeInfoEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.favabeans.base.TypeInfoEvent
All Implemented Interfaces:
Serializable

public class TypeInfoEvent
extends EventObject

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TypeInfoEvent(Object source, Type type)
           
 
Method Summary
 Type getType()
           
 
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

TypeInfoEvent

public TypeInfoEvent(Object source,
                     Type type)
Method Detail

getType

public Type getType()


Copyright © 2000-2001, Regents of the University of Minnesota. All Rights Reserved.