Uses of Class
org.inxar.hotswap.ProxyEvent

Packages that use ProxyEvent
org.inxar.hotswap This package provides the core interfaces and reference implementation. 
 

Uses of ProxyEvent in org.inxar.hotswap
 

Subclasses of ProxyEvent in org.inxar.hotswap
 class ProxyClassSwapEvent
          ProxyEvent subtype fired by the ProxyClass after a successful hotswap.
 class ProxyCompileEvent
          ProxyEvent subtype fired by the ProxyCompiler after a compilation.
 class ProxyHotSwapEvent
          ProxyEvent subtype fired by the ProxyClass when a hotswap transaction has been initiated.
 class ProxyObjectSwapEvent
          ProxyEvent subtype fired by the Proxy after a successful hotswap.
 

Methods in org.inxar.hotswap with parameters of type ProxyEvent
 void ProxyEventListener.notify(ProxyEvent evt)
          Receive notification of the given ProxyEvent.