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.
handleDnRoutingPointEvent
void handleDnRoutingPointEvent(DnRoutingPointEvent event)
- Receives an event about a DN.