org.freehep.jas.event
Class ClassLoadEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.freehep.jas.event.ClassLoadEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassLoadedEvent, ClassUnloadEvent

public abstract class ClassLoadEvent
extends EventObject

This is a base class for ClassLoadedEvent and ClassUnloadEvent to make it easy to listen for both events.

Version:
$Id: ClassLoadEvent.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
ClassLoadEvent(Object source)
           
 
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

ClassLoadEvent

public ClassLoadEvent(Object source)


Copyright © 2013. All Rights Reserved.