org.inxar.hotswap
Interface ProxyEventListener

All Superinterfaces:
EventListener

public interface ProxyEventListener
extends EventListener

Implemented by subjects interested in receiving ProxyEvent messages.

Since:
0.8.2

Method Summary
 void notify(ProxyEvent evt)
          Receive notification of the given ProxyEvent.
 

Method Detail

notify

public void notify(ProxyEvent evt)
Receive notification of the given ProxyEvent.