dscopesi.djar
Class DJarEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--dscopesi.djar.DJarEvent

public class DJarEvent
extends java.util.EventObject

An event to signal that thhe Archive content has changed

Version:
1.0 2/4/1999
Author:
Dario Scopesi dario.scopesi@usa.net
See Also:
DJarArchive, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DJarEvent(java.lang.Object source)
           
 
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

DJarEvent

public DJarEvent(java.lang.Object source)