org.ocap.hn
Interface NetModuleEventListener

All Superinterfaces:
EventListener

public interface NetModuleEventListener
extends EventListener

NetModuleEvent callback interface. When a NetModule is registered or removed from NetManager, or if the internal status of a NetModule changes, then system will notify all registered listeners.


Method Summary
 void notify(NetModuleEvent event)
          Callback function for NetModule event.
 

Method Detail

notify

void notify(NetModuleEvent event)
Callback function for NetModule event. Callee will be notified when NetModule event happens

Parameters:
event - NetModule event