Package org.ikasan.testharness.flow
Interface FlowObserver
-
- All Known Implementing Classes:
FlowTestHarnessImpl
public interface FlowObserverFlowObserver contract for implementation by any class requiring capture of the observed flow actions.- Author:
- Ikasan Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> voidnotify(T actual)Notify the observer of an actual behaviour change.
-