Uses of Class
org.inxar.hotswap.ProxyCompileEvent

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

Uses of ProxyCompileEvent in org.inxar.hotswap
 

Methods in org.inxar.hotswap that return ProxyCompileEvent
abstract  ProxyCompileEvent ProxyCompiler.compile(ProxyClass cls)
          Compiles the class associated with the given ProxyClass.
 ProxyCompileEvent SystemCompiler.compile(ProxyClass cls)
           
 ProxyCompileEvent JavacCompiler.compile(ProxyClass cls)