Package org.eclipse.steady.goals
Interface ExecutionObserver
-
public interface ExecutionObserverExecutionObserver interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcallback(AbstractGoal _g)callback.
-
-
-
Method Detail
-
callback
void callback(AbstractGoal _g)
callback.
- Parameters:
_g- aAbstractGoalobject.
-
-