public interface EventActionInstance
EventActionInstance provide the actual behaviour of
any event action type.void bootstrap(Map actionAttributes, Iterator accessPoints)
actionAttributes - The type specific attributes of this event action.accessPoints - The access points available to the event action.Event execute(Event event) throws UnrecoverableExecutionException
event - The event causing action execution.event in the most simple case.UnrecoverableExecutionException - if event action execution terminated
abruptlyCopyright © 2016 Eclipse Stardust. All Rights Reserved.