Register result listener with the core component
Introduction
Clients can register result listener(s) with the core component which are notified when a execution results changes state as part of execution of an operation.
Overview
When the method addListener( ResultListener listener ) is invoked, the core component starts this execution sequence:
- Registers the listener with the result repository.
Registration of the listener with the result repository
The core component invokes the ResultRepository.addListener(ResultListener listener) which add the listener to the pool of result listeners.