org.freehep.jas.event
Class ClassUnloadEvent

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

public class ClassUnloadEvent
extends ClassLoadEvent

Informs listeners that all loaded classes have been cleared. Listeners should release any references to classes that they previously obtained from a ClasLoadedEvent

Author:
tonyj
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ClassUnloadEvent(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

ClassUnloadEvent

public ClassUnloadEvent(Object source)


Copyright © 2013. All Rights Reserved.