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

Packages that use IEventMessage
gov.nasa.arc.brahms.vm.api.components   
gov.nasa.arc.brahms.vm.api.events   
gov.nasa.arc.brahms.vm.api.jsvc   
 

Uses of IEventMessage in gov.nasa.arc.brahms.vm.api.components
 

Methods in gov.nasa.arc.brahms.vm.api.components with parameters of type IEventMessage
 void IEventMessageListener.onEvent(IEventMessage evt)
          onEvent is invoked when a new event is send to the event notifier.
 

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

Subinterfaces of IEventMessage in gov.nasa.arc.brahms.vm.api.events
 interface IAssignmentExecutedEM
          The IAssignmentExecutedEM event message is send to the event notifier for every assignment operation that is executed in the virtual machine.
 interface IBeliefAssertedEM
          The IBeliefAssertedEM event message is send to the event notifier for every belief that is asserted in the belief set of an active instance.
 interface IBeliefRetractedEM
          The IBeliefRetractedEM event message is send to the event notifier for every belief that is retracted from the belief set of an active instance.
 interface IBeliefTransferredEM
          TheI BeliefTransferredEM event message is send to the event notifier for all beliefs that are transferred from one agent or object to another agent or object as part of a communicate or broadcast activity as specified by one transfer definition.
 interface IBroadcastAbortedEM
          The IBroadcastAbortedEM event message is send to the event notifier for every broadcast activity that was active but is aborted by a detectable that has an abort action.
 interface IBroadcastCompletedEM
          The IBroadcastCompletedEM event message is send to the event notifier for every broadcast activity that was active but is completed early by a detectable that has a complete action.
 interface IBroadcastContinuedEM
          The IBroadcastContinuedEM event message is send to the event notifier for every broadcast activity that is continued after the activity was interrupted.
 interface IBroadcastContinuedFromImpasseEM
          The IBroadcastContinuedFromImpasseEM event message is send to the event notifier for every broadcast activity that is continued after the activity was impassed.
 interface IBroadcastEndedEM
          The IBroadcastEndedEM event message is send to the event notifier for every broadcast activity that completed under normal circumstances.
 interface IBroadcastImpassedEM
          The IBroadcastImpassedEM event message is send to the event notifier for every broadcast activity that was active but is impassed by a detectable that has an impasse action.
 interface IBroadcastInterruptedEM
          The IBroadcastInterruptedEM event message is send to the event notifier for every broadcast activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface IBroadcastStartedEM
          The IBroadcastStartedEM event message is send to the event notifier for every broadcast activity that is started.
 interface ICommunicateAbortedEM
          The ICommunicateAbortedEM event message is send to the event notifier for every communicate activity that was active but is aborted by a detectable that has an abort action.
 interface ICommunicateCompletedEM
          The ICommunicateCompletedEM event message is send to the event notifier for every communicate activity that was active but is completed early by a detectable that has a complete action.
 interface ICommunicateContinuedEM
          The ICommunicateContinuedEM event message is send to the event notifier for every communicate activity that is continued after the activity was interrupted.
 interface ICommunicateContinuedFromImpasseEM
          The ICommunicateContinuedFromImpasseEM event message is send to the event notifier for every communicate activity that is continued after the activity was impassed.
 interface ICommunicateEndedEM
          The ICommunicateEndedEM event message is send to the event notifier for every communicate activity that completed under normal circumstances.
 interface ICommunicateImpassedEM
          The ICommunicateImpassedEM event message is send to the event notifier for every communicate activity that was active but is impassed by a detectable that has an impasse action.
 interface ICommunicateInterruptedEM
          The ICommunicateInterruptedEM event message is send to the event notifier for every communicate activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface ICommunicateStartedEM
          The ICommunicateStartedEM event message is send to the event notifier for every communicate activity that is started.
 interface ICompositeActivityAbortedEM
          The ICompositeActivityAbortedEM event message is send to the event notifier for every composite activity that was active but is aborted by a detectable that has an abort action.
 interface ICompositeActivityCompletedEM
          The ICompositeActivityCompletedEM event message is send to the event notifier for every composite activity that was active but is completed early by a detectable that has a complete action.
 interface ICompositeActivityContinuedEM
          The ICompositeActivityContinuedEM event message is send to the event notifier for every composite activity that is continued after the activity was interrupted.
 interface ICompositeActivityContinuedFromImpasseEM
          The ICompositeActivityContinuedFromImpasseEM event message is send to the event notifier for every composite activity that is continued after the activity was impassed.
 interface ICompositeActivityEndedEM
          The ICompositeActivityEndedEM event message is send to the event notifier for every composite activity that completed under normal circumstances.
 interface ICompositeActivityImpassedEM
          The ICompositeActivityImpassedEM event message is send to the event notifier for every composite activity that was active but is impassed by a detectable that has an impasse action.
 interface ICompositeActivityInterruptedEM
          The ICompositeActivityInterruptedEM event message is send to the event notifier for every composite activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface ICompositeActivityStartedEM
          The ICompositeActivityStartedEM event message is send to the event notifier for every composite activity that is started.
 interface IConceptCreatedEM
          The IConceptCreatedEM event message is send to the event notifier every time a new concept is created in the virtual machine by a create object activity.
 interface IConceptDeletedEM
          The IConceptDeletedEM event message is send to the event notifier every time a concept is deleted from the virtual machine.
 interface IConceptLoadedEM
          The IConceptLoadedEM event message is send to the event notifier every time a new concept is loaded in the virtual machine through the VM Controller.
 interface IConsequenceFiredEM
          The IConsequenceFiredEM event message is send to the event notifier for every consequence that is fired in the virtual machine.
 interface ICreateAgentAbortedEM
          The ICreateAgentAbortedEM event message is send to the event notifier for every create agent activity that was active but is aborted by a detectable that has an abort action.
 interface ICreateAgentCompletedEM
          The ICreateAgentCompletedEM event message is send to the event notifier for every create agent activity that was active but is completed early by a detectable that has a complete action.
 interface ICreateAgentContinuedEM
          The ICreateAgentContinuedEM event message is send to the event notifier for every create agent activity that is continued after the activity was interrupted.
 interface ICreateAgentContinuedFromImpasseEM
          The ICreateAgentContinuedFromImpasseEM event message is send to the event notifier for every create agent activity that is continued after the activity was impassed.
 interface ICreateAgentEndedEM
          The ICreateAgentEndedEM event message is send to the event notifier for every create agent activity that completed under normal circumstances.
 interface ICreateAgentImpassedEM
          The ICreateAgentImpassedEM event message is send to the event notifier for every create agent activity that was active but is impassed by a detectable that has an impasse action.
 interface ICreateAgentInterruptedEM
          The ICreateAgentInterruptedEM event message is send to the event notifier for every create agent activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface ICreateAgentStartedEM
          The ICreateAgentStartedEM event message is send to the event notifier for every create agent activity that is started.
 interface ICreateAreaAbortedEM
          The ICreateAreaAbortedEM event message is send to the event notifier for every create area activity that was active but is aborted by a detectable that has an abort action.
 interface ICreateAreaCompletedEM
          The ICreateAreaCompletedEM event message is send to the event notifier for every create area activity that was active but is completed early by a detectable that has a complete action.
 interface ICreateAreaContinuedEM
          The ICreateAreaContinuedEM event message is send to the event notifier for every create area activity that is continued after the activity was interrupted.
 interface ICreateAreaContinuedFromImpasseEM
          The ICreateAreaContinuedFromImpasseEM event message is send to the event notifier for every create area activity that is continued after the activity was impassed.
 interface ICreateAreaEndedEM
          The ICreateAreaEndedEM event message is send to the event notifier for every create area activity that completed under normal circumstances.
 interface ICreateAreaImpassedEM
          The ICreateAreaImpassedEM event message is send to the event notifier for every create area activity that was active but is impassed by a detectable that has an impasse action.
 interface ICreateAreaInterruptedEM
          The ICreateAreaInterruptedEM event message is send to the event notifier for every create area activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface ICreateAreaStartedEM
          The ICreateAreaStartedEM event message is send to the event notifier for every create area activity that is started.
 interface ICreateObjectAbortedEM
          The ICreateObjectAbortedEM event message is send to the event notifier for every create object activity that was active but is aborted by a detectable that has an abort action.
 interface ICreateObjectCompletedEM
          The ICreateObjectCompletedEM event message is send to the event notifier for every create object activity that was active but is completed early by a detectable that has a complete action.
 interface ICreateObjectContinuedEM
          The ICreateObjectContinuedEM event message is send to the event notifier for every create object activity that is continued after the activity was interrupted.
 interface ICreateObjectContinuedFromImpasseEM
          The ICreateObjectContinuedFromImpasseEM event message is send to the event notifier for every create object activity that is continued after the activity was impassed.
 interface ICreateObjectEndedEM
          The ICreateObjectEndedEM event message is send to the event notifier for every create object activity that completed under normal circumstances.
 interface ICreateObjectImpassedEM
          The ICreateObjectImpassedEM event message is send to the event notifier for every create object activity that was active but is impassed by a detectable that has an impasse action.
 interface ICreateObjectInterruptedEM
          The ICreateObjectInterruptedEM event message is send to the event notifier for every create object activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface ICreateObjectStartedEM
          The ICreateObjectStartedEM event message is send to the event notifier for every create object activity that is started.
 interface IDeleteExecutedEM
          The IDeleteExecutedEM event message is send to the event notifier for every delete operation that is executed in the virtual machine.
 interface IDetectableDetectedEM
          The IDetectableDetectedEM event message is send to the event notifier for every detectable that detected a fact.
 interface IDetectableTriggeredEM
          The IDetectableTriggeredEM event message is send to the event notifier for every detectable that executed its action.
 interface IFactAssertedEM
          The IFactAssertedEM event message is send to the event notifier for every fact that is asserted in the fact set of the world.
 interface IFactRetractedEM
          The IFactRetractedEM event message is send to the event notifier for every fact that is retracted from the fact set of the world.
 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).
 interface IGestureActivityAbortedEM
          The IGestureActivityAbortedEM event message is send to the event notifier for every gesture activity that was active but is aborted by a detectable that has an abort action.
 interface IGestureActivityCompletedEM
          The IGestureActivityCompletedEM event message is send to the event notifier for every gesture activity that was active but is completed early by a detectable that has a complete action.
 interface IGestureActivityContinuedEM
          The IGestureActivityContinuedEM event message is send to the event notifier for every gesture activity that is continued after the activity was interrupted.
 interface IGestureActivityContinuedFromImpasseEM
          The IGestureActivityContinuedFromImpasseEM event message is send to the event notifier for every gesture activity that is continued after the activity was impassed.
 interface IGestureActivityEndedEM
          The IGestureActivityEndedEM event message is send to the event notifier for every gesture activity that completed under normal circumstances.
 interface IGestureActivityImpassedEM
          The IGestureActivityImpassedEM event message is send to the event notifier for every gesture activity that was active but is impassed by a detectable that has an impasse action.
 interface IGestureActivityInterruptedEM
          The IGestureActivityInterruptedEM event message is send to the event notifier for every gesture activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface IGestureActivityStartedEM
          The IGestureActivityStartedEM event message is send to the event notifier for every gesture activity that is started.
 interface IGetActivityAbortedEM
          The IGetActivityAbortedEM event message is send to the event notifier for every get activity that was active but is aborted by a detectable that has an abort action.
 interface IGetActivityCompletedEM
          The IGetActivityCompletedEM event message is send to the event notifier for every get activity that was active but is completed early by a detectable that has a complete action.
 interface IGetActivityContinuedEM
          The IGetActivityContinuedEM event message is send to the event notifier for every get activity that is continued after the activity was interrupted.
 interface IGetActivityContinuedFromImpasseEM
          The IGetActivityContinuedFromImpasseEM event message is send to the event notifier for every get activity that is continued after the activity was impassed.
 interface IGetActivityEndedEM
          The IGetActivityEndedEM event message is send to the event notifier for every get activity that completed under normal circumstances.
 interface IGetActivityImpassedEM
          The IGetActivityImpassedEM event message is send to the event notifier for every get activity that was active but is impassed by a detectable that has an impasse action.
 interface IGetActivityInterruptedEM
          The IGetActivityInterruptedEM event message is send to the event notifier for every get activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface IGetActivityStartedEM
          The IGetActivityStartedEM event message is send to the event notifier for every get activity that is started.
 interface IJavaActivityAbortedEM
          The IJavaActivityAbortedEM event message is send to the event notifier for every java activity that was active but is aborted by a detectable that has an abort action.
 interface IJavaActivityCompletedEM
          The IJavaActivityCompletedEM event message is send to the event notifier for every java activity that was active but is completed early by a detectable that has a complete action.
 interface IJavaActivityContinuedEM
          The IJavaActivityContinuedEM event message is send to the event notifier for every java activity that is continued after the activity was interrupted.
 interface IJavaActivityContinuedFromImpasseEM
          The IJavaActivityContinuedFromImpasseEM event message is send to the event notifier for every java activity that is continued after the activity was impassed.
 interface IJavaActivityEndedEM
          The IJavaActivityEndedEM event message is send to the event notifier for every java activity that completed under normal circumstances.
 interface IJavaActivityImpassedEM
          The IJavaActivityImpassedEM event message is send to the event notifier for every java activity that was active but is impassed by a detectable that has an impasse action.
 interface IJavaActivityInterruptedEM
          The IJavaActivityInterruptedEM event message is send to the event notifier for every java activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface IJavaActivityStartedEM
          The IJavaActivityStartedEM event message is send to the event notifier for every java activity that is started.
 interface IMethodInvocationExecutedEM
          The IMethodInvocationExecutedEM event message is send to the event notifier for every method invocation operation that is executed in the virtual machine.
 interface IModelLoadedEM
          The IModelLoadedEM event message is send to the event notifier when the static model is successfully loaded from the XML.
 interface IMoveAbortedEM
          The IMoveAbortedEM event message is send to the event notifier for every move activity that was active but is aborted by a detectable that has an abort action.
 interface IMoveCompletedEM
          The IMoveCompletedEM event message is send to the event notifier for every move activity that was active but is completed early by a detectable that has a complete action.
 interface IMoveContinuedEM
          The IMoveContinuedEM event message is send to the event notifier for every move activity that is continued after the activity was interrupted.
 interface IMoveContinuedFromImpasseEM
          The IMoveContinuedFromImpasseEM event message is send to the event notifier for every move activity that is continued after the activity was impassed.
 interface IMoveEndedEM
          The IMoveEndedEM event message is send to the event notifier for every move activity that completed under normal circumstances.
 interface IMoveImpassedEM
          The IMoveImpassedEM event message is send to the event notifier for every move activity that was active but is impassed by a detectable that has an impasse action.
 interface IMoveInterruptedEM
          The IMoveInterruptedEM event message is send to the event notifier for every move activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface IMoveStartedEM
          The IMoveStartedEM event message is send to the event notifier for every move activity that is started.
 interface IPartAddedEM
          The IPartAddedEM event message is send to the event notifier for every conceptual object or object instance that is added as a part to a conceptual object during a simulation run.
 interface IPrimitiveActivityAbortedEM
          The IPrimitiveActivityAbortedEM event message is send to the event notifier for every primitive activity that was active but is aborted by a detectable that has an abort action.
 interface IPrimitiveActivityCompletedEM
          The IPrimitiveActivityCompletedEM event message is send to the event notifier for every primitive activity that was active but is completed early by a detectable that has a complete action.
 interface IPrimitiveActivityContinuedEM
          The IPrimitiveActivityContinuedEM event message is send to the event notifier for every primitive activity that is continued after the activity was interrupted.
 interface IPrimitiveActivityContinuedFromImpasseEM
          The IPrimitiveActivityContinuedFromImpasseEM event message is send to the event notifier for every primitive activity that is continued after the activity was impassed.
 interface IPrimitiveActivityEndedEM
          The IPrimitiveActivityEndedEM event message is send to the event notifier for every primitive activity that completed under normal circumstances.
 interface IPrimitiveActivityImpassedEM
          The IPrimitiveActivityImpassedEM event message is send to the event notifier for every primitive activity that was active but is impassed by a detectable that has an impasse action.
 interface IPrimitiveActivityInterruptedEM
          The IPrimitiveActivityInterruptedEM event message is send to the event notifier for every primitive activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface IPrimitiveActivityStartedEM
          The IPrimitiveActivityStartedEM event message is send to the event notifier for every primitive activity that is started.
 interface IPutActivityAbortedEM
          The IPutActivityAbortedEM event message is send to the event notifier for every put activity that was active but is aborted by a detectable that has an abort action.
 interface IPutActivityCompletedEM
          The IPutActivityCompletedEM event message is send to the event notifier for every put activity that was active but is completed early by a detectable that has a complete action.
 interface IPutActivityContinuedEM
          The IPutActivityContinuedEM event message is send to the event notifier for every put activity that is continued after the activity was interrupted.
 interface IPutActivityContinuedFromImpasseEM
          The IPutActivityContinuedFromImpasseEM event message is send to the event notifier for every put activity that is continued after the activity was impassed.
 interface IPutActivityEndedEM
          The IPutActivityEndedEM event message is send to the event notifier for every put activity that completed under normal circumstances.
 interface IPutActivityImpassedEM
          The IPutActivityImpassedEM event message is send to the event notifier for every put activity that was active but is impassed by a detectable that has an impasse action.
 interface IPutActivityInterruptedEM
          The IPutActivityInterruptedEM event message is send to the event notifier for every put activity that was active but is interrupted by another activity in a workframe with a higher priority.
 interface IPutActivityStartedEM
          The IPutActivityStartedEM event message is send to the event notifier for every put activity that is started.
 interface ISimulationEndedEM
          The ISimulationEndedEM event message is send to the event notifier when a simulation run has ended.
 interface ISimulationStartedEM
          The ISimulationStartedEM event message is send to the event notifier when a simulation run is started.
 interface IVariableBoundEM
          The IVariableBoundEM event message is send to the event notifier whenever the binding of a variable changes.
 

Uses of IEventMessage in gov.nasa.arc.brahms.vm.api.jsvc
 

Methods in gov.nasa.arc.brahms.vm.api.jsvc with parameters of type IEventMessage
abstract  void AbstractSynchronousEventService.processEvent(IEventMessage evt)
          Processes the event.
abstract  void AbstractAsynchronousEventService.processEvent(IEventMessage evt)
          Processes the event.
 



Copyright © 1997-2012 All Rights Reserved.