com.genesyslab.ail.event
Interface DnRoutingPointListener

All Superinterfaces:
ConfigObjectListener, java.util.EventListener, RoutingInteractionListener

public interface DnRoutingPointListener
extends ConfigObjectListener, RoutingInteractionListener

Listener for status changes of a DnRoutingPoint.
Also receives the events from the routing interactions attached to this DN. You do not need to process these events if you register directly a RoutingInteractionListener on those interactions.


Method Summary
 void handleDnRoutingPointEvent(DnRoutingPointEvent event)
          Receives an event about a DN.
 
Methods inherited from interface com.genesyslab.ail.event.ConfigObjectListener
deleted
 
Methods inherited from interface com.genesyslab.ail.event.RoutingInteractionListener
handleInteractionEvent
 

Method Detail

handleDnRoutingPointEvent

void handleDnRoutingPointEvent(DnRoutingPointEvent event)
Receives an event about a DN.