org.freehep.jas.event
Class ClassLoadedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.freehep.jas.event.ClassLoadEvent
          extended by org.freehep.jas.event.ClassLoadedEvent
All Implemented Interfaces:
Serializable

public class ClassLoadedEvent
extends ClassLoadEvent

An event fired to tell the world that a new class has been loaded.

Version:
$Id: ClassLoadedEvent.java 13876 2011-09-20 00:52:21Z tonyj $
Author:
tonyj
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ClassLoadedEvent(Object source, Class x)
           
 
Method Summary
 Class getLoadedClass()
           
 
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

ClassLoadedEvent

public ClassLoadedEvent(Object source,
                        Class x)
Method Detail

getLoadedClass

public Class getLoadedClass()


Copyright © 2013. All Rights Reserved.