Uses of Interface
gov.nasa.arc.brahms.vm.api.events.IFrameEventConstants

Packages that use IFrameEventConstants
gov.nasa.arc.brahms.vm.api.events   
 

Uses of IFrameEventConstants in gov.nasa.arc.brahms.vm.api.events
 

Subinterfaces of IFrameEventConstants in gov.nasa.arc.brahms.vm.api.events
 interface IFrameAbortedEM
          The IFrameAbortedEM event message is send to the event notifier for every workframe that was active but is aborted by a detectable that has an abort action.
 interface IFrameAvailableEM
          The IFrameAvailableEM event message is send to the event notifier for every work or thoughtframe that becomes available to work on in the virtual machine.
 interface IFrameCompletedEM
          The IFrameCompletedEM event message is send to the event notifier for every workframe that was active but is completed early by a detectable that has a complete action.
 interface IFrameContinuedEM
          The IFrameContinuedEM event message is send to the event notifier for every workframe that is continued after the workframe was interrupted.
 interface IFrameContinuedFromImpasseEM
          The IFrameContinuedFromImpasseEM event message is send to the event notifier for every workframe that is continued after the workframe was impassed.
 interface IFrameEndedEM
          The IFrameEndedEM event message is send to the event notifier for every work or thoughtframe that completed under normal circumstances.
 interface IFrameImpassedEM
          The IFrameImpassedEM event message is send to the event notifier for every workframe that was active but is impassed by a detectable that has an impasse action.
 interface IFrameInterruptedEM
          The IFrameInterruptedEM event message is send to the event notifier for every workframe that was active but is interrupted by another workframe with a higher priority.
 interface IFrameStartedEM
          The IFrameStartedEM event message is send to the event notifier for every workframe that is started.
 interface IFrameUnavailableEM
          The IFrameUnavailableEM event message is send to the event notifier for every work or thoughtframe that becomes unavailable due to retracted belief(s).
 



Copyright © 1997-2012 All Rights Reserved.