org.inxar.hotswap
Class ProxyEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.inxar.hotswap.ProxyEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProxyClassSwapEvent, ProxyCompileEvent, ProxyHotSwapEvent, ProxyObjectSwapEvent

public class ProxyEvent
extends EventObject

Base EventObject class for all proxy library event subclasses.

Since:
0.8.2
See Also:
Serialized Form

Constructor Summary
ProxyEvent(Object source)
          Standard constructor.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyEvent

public ProxyEvent(Object source)
Standard constructor.