org.eclipse.stardust.engine.core.spi.monitoring
Interface IActivityInstanceMonitor


@SPI(useRestriction=Public,
     status=Stable)
public interface IActivityInstanceMonitor

Interface to monitor activity instance state changes.

Author:
thomas.wolfram

Method Summary
 void activityInstanceStateChanged(org.eclipse.stardust.engine.core.runtime.beans.IActivityInstance activity, int newState)
          Propagate a change of the Activity Instance State.
 

Method Detail

activityInstanceStateChanged

void activityInstanceStateChanged(org.eclipse.stardust.engine.core.runtime.beans.IActivityInstance activity,
                                  int newState)
Propagate a change of the Activity Instance State.

Parameters:
activity - Activity Instance.
newState - The new Activity Instance State.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.