|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyEventListener | |
org.inxar.hotswap | This package provides the core interfaces and reference implementation. |
Uses of ProxyEventListener in org.inxar.hotswap |
Methods in org.inxar.hotswap with parameters of type ProxyEventListener | |
void |
ProxyClass.addHotSwapListener(ProxyEventListener l)
Adds the given listener of ProxyHotSwapEvent
notifications. |
void |
ProxyClass.removeHotSwapListener(ProxyEventListener l)
Removes the given listener of ProxyHotSwapEvent
notifications. |
void |
ProxyClass.addCompileListener(ProxyEventListener l)
Adds the given listener of ProxyCompileEvent
notifications. |
void |
ProxyClass.removeCompileListener(ProxyEventListener l)
Removes the given listener of ProxyCompileEvent
notifications. |
void |
ProxyClass.addClassSwapListener(ProxyEventListener l)
Adds the given listener of ProxyClassSwapEvent
notifications. |
void |
ProxyClass.removeClassSwapListener(ProxyEventListener l)
Removes the given listener of ProxyClassSwapEvent
notifications. |
void |
ProxyCompiler.addCompileListener(ProxyEventListener l)
Adds the given listener of ProxyCompileEvent
notifications. |
void |
ProxyCompiler.removeCompileListener(ProxyEventListener l)
Removes the given listener of ProxyCompileEvent
notifications. |
void |
Proxy.hotswap_addObjectSwapListener(ProxyEventListener l)
Adds the given listener of ProxyObjectSwapEvent notifications. |
void |
Proxy.hotswap_removeObjectSwapListener(ProxyEventListener l)
Removes the given listener of ProxyObjectSwapEvent notifications. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |