dsto.dfc.util
Class ClassInstantiationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by dsto.dfc.util.ClassInstantiationEvent
All Implemented Interfaces:
Serializable

public class ClassInstantiationEvent
extends EventObject

Defines a class instantiation event.

Version:
$Revision$
Author:
Matthew Phillips
See Also:
ClassInstantiationListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ClassInstantiationEvent(Object newInstance)
          Creates a new ClassInstantiationEvent instance.
 
Method Summary
 
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

ClassInstantiationEvent

public ClassInstantiationEvent(Object newInstance)
Creates a new ClassInstantiationEvent instance.

Parameters:
newInstance - The new instance of the class. Becomes the source of the event.


Copyright © 2008 Commonwealth of Australia