public class SignalThrowingEventListener extends BaseDelegateEventListener
ActivitiEventListener
that throws a signal event when an event is
dispatched to it.Modifier and Type | Field and Description |
---|---|
protected boolean |
processInstanceScope |
protected String |
signalName |
entityClass
Constructor and Description |
---|
SignalThrowingEventListener() |
Modifier and Type | Method and Description |
---|---|
boolean |
isFailOnException() |
void |
onEvent(ActivitiEvent event)
Called when an event has been fired
|
void |
setProcessInstanceScope(boolean processInstanceScope) |
void |
setSignalName(String signalName) |
isValidEvent, setEntityClass
protected String signalName
protected boolean processInstanceScope
public void onEvent(ActivitiEvent event)
ActivitiEventListener
event
- the eventpublic void setSignalName(String signalName)
public void setProcessInstanceScope(boolean processInstanceScope)
public boolean isFailOnException()
Copyright © 2016 Alfresco. All rights reserved.