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...
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.