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
 java.util.List getAllEventHandlers()
          Gets all event handlers registered with this instance.
 EventHandler getEventHandler(java.lang.String id)
          Gets the specified event handler.
 

Method Detail

getAllEventHandlers

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

Returns:
a List of EventHandler objects.

getEventHandler

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

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


Copyright © 2013 SunGard CSA LLC. All Rights Reserved.