Interface ActivityEventManager

All Superinterfaces:
ADEPT2Service, EventManager
All Known Implementing Classes:
AbstractEventManager, DefaultEventManager

public interface ActivityEventManager extends EventManager
To allow for event handler to execute activities and to control these executions, an ActivityEventManager provides a subset of the methods of a RuntimeService. This includes starting and resuming the activity as well as the appropriate runtime environment and progress monitor. These methods should not be used from other services but are merely for more generic implementations of event handler plugins.
The corresponding activity event handler need to have the special plugin type "ActivityEventHandler".