com.jxml.qare.qhome.server
Class InstallEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.jxml.qare.qhome.server.InstallEvent
All Implemented Interfaces:
Serializable

public class InstallEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 String warFileName
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InstallEvent(Object source, String warFileName)
           
 
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
 

Field Detail

warFileName

public String warFileName
Constructor Detail

InstallEvent

public InstallEvent(Object source,
                    String warFileName)