org.eclipse.stardust.engine.api.model
Interface EventAware

All Known Subinterfaces:
Activity, ProcessDefinition

public interface EventAware

EventAware represents any instance capable of receiving and handling workflow events.


Method Summary
 List getAllEventHandlers()
          Gets all event handlers registered with this instance.
 EventHandler getEventHandler(String id)
          Gets the specified event handler.
 

Method Detail

getAllEventHandlers

List getAllEventHandlers()
Gets all event handlers registered with this instance.

Returns:
a List of EventHandler objects.

getEventHandler

EventHandler getEventHandler(String id)
Gets the specified event handler.

Parameters:
id - the id of the event handler.
Returns:
the event handler requested.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.