gov.nasa.arc.brahms.common.rt
Interface IDetectableActionCtx

All Known Subinterfaces:
IDetectCtx, ITriggerCtx
All Known Implementing Classes:
DetectCtx, TriggerCtx, VMDetectCtx, VMTriggerCtx

public interface IDetectableActionCtx

The IDetectableActionCtx tags an action related to a detectable, being one of 'detect' or 'trigger'. A detectable can execute detect and trigger actions more the once. The detectable actions are maintained in a list by a detectable in a DetectableCtx.

Version:
29 June 2000
Author:
Ron van Hoof
See Also:
IDetectableCtx, IDetectCtx, ITriggerCtx

Method Summary
 IDetectableCtx getParent()
          Returns the detectable context for which this action was executed.
 

Method Detail

getParent

IDetectableCtx getParent()
                         throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
Returns the detectable context for which this action was executed.

Returns:
IDetectableCtx the parent
Throws:
gov.nasa.arc.brahms.common.exceptions.BrahmsException - when no parent is specified


Copyright © 1997-2012 All Rights Reserved.