@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ActivityEndEventHandler
ActivityEndEvent type, an alternative to the usage of generic EventHandler.| Modifier and Type | Optional Element and Description |
|---|---|
String |
eventResourceOption |
boolean |
initialEvent
indicates if the event is defined as initial, default is false
|
InitialEventSelect[] |
initialEventSelect
defines the variables that should be included in the convergence name calculation performed by the SLEE when considering an initial event for a service's root SBB.
|
String |
initialEventSelectorMethod
contains the name of an initial event selector method defined in the SBB abstract class.
|
boolean |
maskOnAttach |
public abstract boolean initialEvent
public abstract InitialEventSelect[] initialEventSelect
public abstract String initialEventSelectorMethod
public abstract String eventResourceOption
public abstract boolean maskOnAttach
Copyright © 2016. All Rights Reserved.