org.freehep.jas.event
Class ClassLoadedEvent
java.lang.Object
java.util.EventObject
org.freehep.jas.event.ClassLoadEvent
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
ClassLoadedEvent
public ClassLoadedEvent(Object source,
Class x)
getLoadedClass
public Class getLoadedClass()
Copyright © 2013. All Rights Reserved.