com.genesyslab.ail.event
Interface DnRoutingPointEvent

All Superinterfaces:
AbstractDnEvent, ObjectEvent, java.io.Serializable

public interface DnRoutingPointEvent
extends AbstractDnEvent

An event reporting a DnRoutingPoint status changes, data changes...


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.genesyslab.ail.event.AbstractDnEvent
AbstractDnEvent.EventReason
 
Method Summary
 DnRoutingPoint getDnRoutingPoint()
          Returns the DN to which this event is related.
 AbstractDnEvent.EventReason getEventReason()
          Returns the reason why this event occurred.
 DnRoutingPoint.Status getStatus()
          Returns the new status of the DN.
 
Methods inherited from interface com.genesyslab.ail.event.AbstractDnEvent
getTEventExtensions, getTEventReasons
 
Methods inherited from interface com.genesyslab.ail.event.ObjectEvent
getSource
 

Method Detail

getStatus

DnRoutingPoint.Status getStatus()
Returns the new status of the DN.


getDnRoutingPoint

DnRoutingPoint getDnRoutingPoint()
Returns the DN to which this event is related.
This method returns the same as ObjectEvent.getSource().


getEventReason

AbstractDnEvent.EventReason getEventReason()
Returns the reason why this event occurred.