com.genesyslab.ail.event
Interface PlaceEventOutboundChainInfo

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

public interface PlaceEventOutboundChainInfo
extends PlaceEvent

An event that reports information changes in an OutboundChain instance bound to a place.

See Also:
OutboundService

Method Summary
 OutboundChain getOutboundChain()
          Returns the OutboundChain that was modified.
 OutboundChain.Reason getReason()
          Returns the reason why this OutboundChain was modified.
 
Methods inherited from interface com.genesyslab.ail.event.PlaceEvent
getPlace
 
Methods inherited from interface com.genesyslab.ail.event.ObjectEvent
getSource
 

Method Detail

getOutboundChain

OutboundChain getOutboundChain()
Returns the OutboundChain that was modified.


getReason

OutboundChain.Reason getReason()
Returns the reason why this OutboundChain was modified.