uk.ac.ucl.cs.emofocl.jmi.reflect.extended
Class ExtClassExtentEvent

java.lang.Object
  extended by java.util.EventObject
      extended by uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtEvent
          extended by uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtClassExtentEvent
All Implemented Interfaces:
Serializable

public class ExtClassExtentEvent
extends ExtEvent

Author:
jwskene
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected ExtClassExtentEvent(ExtClass source, ExtEvent cause)
           
 
Method Summary
 ExtEvent getCause()
           
 
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

ExtClassExtentEvent

protected ExtClassExtentEvent(ExtClass source,
                              ExtEvent cause)
Parameters:
source -
Method Detail

getCause

public ExtEvent getCause()