| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BaseEventBotAction.doRun(Event event,
EventListener executingListener) |
java.lang.Runnable |
BaseEventBotAction.getActionTask(Event event,
EventListener eventListener) |
java.lang.Runnable |
EventBotAction.getActionTask(Event event,
EventListener eventListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDelegatingAction.delegateDelayed(Event event,
long delayMillis,
EventListener executingListener) |
protected void |
AbstractDelegatingAction.delegateImmediately(Event event,
EventListener executingListener) |
protected void |
MultipleActions.doRun(Event event,
EventListener executingListener) |
protected void |
LogAction.doRun(Event event,
EventListener executingListener) |
protected void |
LogErrorAction.doRun(Event event,
EventListener executingListener) |
protected void |
PublishEventAction.doRun(Event e,
EventListener executingListener) |
protected void |
ProbabilisticSelectionAction.doRun(Event event,
EventListener executingListener) |
protected void |
DelayedDelegatingAction.doRun(Event event,
EventListener executingListener) |
| Constructor and Description |
|---|
PublishEventAction(EventListenerContext eventListenerContext,
Event event) |
| Modifier and Type | Class and Description |
|---|---|
class |
CountEvent
Indicates that a counter changed its count.
|
class |
TargetCountReachedEvent
Event indicating that a Counter reached its target count.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IncrementCounterAction.doRun(Event event,
EventListener executingListener) |
protected void |
DecrementCounterAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CrawlAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PublishSetChattinessEventAction.doRun(Event event,
EventListener executingListener) |
protected void |
ProcessCrawlResultAction.doRun(Event event,
EventListener executingListener) |
protected void |
DebugBotIncomingMessageToEventMappingAction.doRun(Event event,
EventListener executingListener) |
protected void |
RecordMessageSentTimeAction.doRun(Event event,
EventListener executingListener) |
protected void |
SendNDebugMessagesAction.doRun(Event event,
EventListener executingListener) |
void |
OpenConnectionDebugAction.doRun(Event event,
EventListener executingListener) |
protected void |
RecordMessageReceivedTimeAction.doRun(Event event,
EventListener executingListener) |
protected void |
SendChattyMessageAction.doRun(Event event,
EventListener executingListener) |
protected void |
AnswerWithElizaAction.doRun(Event event,
EventListener executingListener) |
protected void |
SetChattinessAction.doRun(Event event,
EventListener executingListener) |
protected void |
CreateDebugNeedWithFacetsAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TwoPhaseCommitNoVoteDeactivateAllNeedsAction.doRun(Event event,
EventListener executingListener) |
protected void |
TwoPhaseCommitDeactivateOnCloseAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FactoryHintCheckAction.doRun(Event event,
EventListener executingListener) |
protected void |
InitFactoryAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SignalWorkDoneAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UnsubscribeListenerAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MailCommandAction.doRun(Event event,
EventListener executingListener) |
protected void |
SubscribeUnsubscribeAction.doRun(Event event,
EventListener executingListener) |
protected void |
CreateNeedFromMailAction.doRun(Event event,
EventListener executingListener) |
protected void |
MailParserAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Connect2MailParserAction.doRun(Event event,
EventListener executingListener) |
protected void |
Hint2MailParserAction.doRun(Event event,
EventListener executingListener) |
protected void |
Message2MailAction.doRun(Event event,
EventListener executingListener) |
protected void |
WelcomeMailAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StatisticsLoggingAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RegisterMatcherAction.doRun(Event event,
EventListener executingListener) |
protected void |
MatchNeedsAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MatchingLoadTestMonitorAction.doRun(Event event,
EventListener executingListener) |
protected void |
MessageLifecycleMonitoringAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateNeedWithFacetsAction.doRun(Event event,
EventListener executingListener) |
protected void |
CreateEchoNeedWithFacetsAction.doRun(Event event,
EventListener executingListener) |
protected void |
DeactivateAllNeedsOfListAction.doRun(Event event,
EventListener executingListener) |
protected void |
DeactivateAllNeedsAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TelegramMessageReceivedAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Connect2TelegramAction.doRun(Event event,
EventListener executingListener) |
protected void |
TelegramHelpAction.doRun(Event event,
EventListener executingListener) |
protected void |
Message2TelegramAction.doRun(Event event,
EventListener executingListener) |
protected void |
TelegramCreateAction.doRun(Event event,
EventListener executingListener) |
protected void |
Hint2TelegramAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBotTriggerEvent
Events specific to a BotTrigger.
|
class |
BotTriggerEvent
Published by the bot at configurable intervals.
|
class |
StartBotTriggerCommandEvent
Starts the trigger if it has been activated.
|
class |
StopBotTriggerCommandEvent
Stops the BotTrigger.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BotTriggerFilter.accept(Event event) |
protected void |
AddFiringsAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectWithAssociatedNeedAction.doRun(Event event,
EventListener executingListener) |
void |
HintAssociatedNeedAction.doRun(Event event,
EventListener executingListener) |
void |
OpenConnectionAction.doRun(Event event,
EventListener executingListener) |
void |
SendFeedbackForHintAction.doRun(Event event,
EventListener executingListener) |
protected void |
SendMessageAction.doRun(Event event,
EventListener executingListener) |
protected void |
SendMultipleMessagesAction.doRun(Event event,
EventListener executingListener) |
void |
ConnectTwoNeedsAction.doRun(Event event,
EventListener executingListener) |
protected void |
CloseConnectionAction.doRun(Event event,
EventListener executingListener) |
protected void |
RespondToMessageAction.doRun(Event event,
EventListener executingListener) |
void |
ConnectFromListToListAction.doRun(Event event,
EventListener executingListener) |
protected void |
RespondWithEchoToMessageAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecuteDeactivateNeedCommandAction.doRun(Event event,
EventListener executingListener) |
void |
ExecuteSendMessageCommandAction.doRun(Event event,
EventListener executingListener)
Constructs the message via
createWonMessage and registers a listener for the response from the
local WoN node and, if messageIsSenttoRemoteNode is true, a listener for the response from the
remote WoN node. |
protected void |
LogMessageCommandFailureAction.doRun(Event event,
EventListener executingListener) |
protected void |
ExecuteCreateNeedCommandAction.doRun(Event event,
EventListener executingListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
BotBehaviourActivatedEvent
Created by fsuda on 12.05.2017.
|
class |
BotBehaviourDeactivatedEvent
Created by fsuda on 12.05.2017.
|
class |
BotBehaviourEvent
Created by fsuda on 12.05.2017.
|
class |
BotBehaviourFailedEvent
Created by fsuda on 12.05.2017.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Event> |
BotBehaviour.subscribeWithAutoCleanup(java.lang.Class<T> eventClazz,
EventListener listener)
Subscribes an Event/EventListener Pair, that will be automatically cleaned within the deactivate process of this
behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Event> |
EventBus.publish(T event)
Publishes an event.
|
<T extends Event> |
EventBus.subscribe(java.lang.Class<T> eventClazz,
EventListener listener)
Subscribes a listener to an event type.
|
<T extends Event> |
EventBus.unsubscribe(java.lang.Class<T> eventClazz,
EventListener listener)
Unsubscribes a listener from an event type.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Event> |
AsyncEventBusImpl.publish(T event) |
<T extends Event> |
AsyncEventBusImpl.subscribe(java.lang.Class<T> clazz,
EventListener listener) |
<T extends Event> |
AsyncEventBusImpl.unsubscribe(java.lang.Class<T> clazz,
EventListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEvent
Base class for events.
|
class |
BaseNeedAndConnectionSpecificEvent |
class |
BaseNeedSpecificEvent |
class |
BaseNodeSpecificEvent |
class |
NeedCreationFailedEvent
Event indicating that the attempt to create a need on the specified won node failed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgreementCancellationAcceptedEvent
Created by fsuda on 27.11.2017.
|
class |
AgreementCancellationRequestedEvent
Created by fsuda on 27.11.2017.
|
class |
AgreementErrorEvent
Created by fsuda on 27.11.2017.
|
class |
AgreementEvent
Created by fsuda on 27.11.2017.
|
class |
ProposalAcceptedEvent
Created by fsuda on 27.11.2017.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreconditionEvent
Created by fsuda on 27.11.2017.
|
class |
PreconditionMetEvent
Created by fsuda on 27.11.2017.
|
class |
PreconditionUnmetEvent
Created by fsuda on 27.11.2017.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProposalEvent
Created by fsuda on 08.03.2018.
|
class |
ProposalReceivedEvent
Created by fsuda on 08.03.2018.
|
class |
ProposalSentEvent
Created by fsuda on 08.03.2018.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandEvent
Base interface for CommandEvents.
|
interface |
CommandFailureEvent<C extends CommandEvent>
Event indicating that the command of type C failed.
|
interface |
CommandResultEvent<C extends CommandEvent>
Communicates the result of a command of type C.
|
interface |
CommandSuccessEvent<C extends CommandEvent>
Event indicating that the command of type C succeeded.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCommandFailureEvent<C extends CommandEvent>
Base class for success events.
|
class |
BaseCommandSuccessEvent<C extends CommandEvent>
Base class for success events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageCommandEvent
Interface for events that are intended to make the bot send a specific message.
|
interface |
MessageCommandFailureEvent
Created by fkleedorfer on 24.03.2017.
|
interface |
MessageCommandResultEvent
Base interface for message command result events.
|
interface |
MessageCommandSuccessEvent
Created by fkleedorfer on 24.03.2017.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageCommandNotSentEvent<T extends CommandEvent>
Created by fsuda on 15.02.2018.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageCommandResultEvent
Base class for command results (failure and successes).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloseCommandResultEvent
Tags a result event of an CloseCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloseCommandEvent
Instructs the bot to close the specified connection behalf of the need.
|
class |
CloseCommandFailureEvent
Indicates that the bot has failed to send a close message, thereby closing a connection.
|
class |
CloseCommandSuccessEvent
Indicates that the bot has successfully sent a close message, thereby closing a connection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectCommandResultEvent
Tags a result of a ConnectCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectCommandEvent
Instructs the bot to connect to the specified remoteNeed on behalf of the need.
|
class |
ConnectCommandFailureEvent
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
|
class |
ConnectCommandSuccessEvent
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionMessageCommandResultEvent
Tags a result of a ConnectionMessageCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionMessageCommandEvent |
class |
ConnectionMessageCommandFailureEvent
Indicates that the bot has failed to send a connection message.
|
class |
ConnectionMessageCommandSuccessEvent
Indicates that the bot has successfully sent a connection message.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CreateNeedCommandResultEvent
Tags a result event of a CreateNeedCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateNeedCommandEvent
Instructs the bot to create a need.
|
class |
CreateNeedCommandFailureEvent
Indicates that need creation failed.
|
class |
CreateNeedCommandSuccessEvent
Indicates that creating a need succeeded.
|
class |
NeedCreationAbortedEvent
Indicates that need creation was aborted before sending a message to a WoN node.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeactivateNeedCommandResultEvent
Tags a result event of a DeactivateNeedCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeactivateNeedCommandEvent
Instructs the bot to deactivate a need.
|
class |
DeactivateNeedCommandFailureEvent
Created by fsuda on 17.05.2017.
|
class |
DeactivateNeedCommandSuccessEvent
Indicates that deactivating a need succeeded.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeedbackCommandResultEvent
Tags a result event for a FeedbackCommandResult.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeedbackCommandEvent
Instructs the bot to open the specified connection behalf of the need.
|
class |
FeedbackCommandFailureEvent
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
|
class |
FeedbackCommandSuccessEvent
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OpenCommandResultEvent
Tags a result event of an OpenCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenCommandEvent
Instructs the bot to open the specified connection behalf of the need.
|
class |
OpenCommandFailureEvent
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
|
class |
OpenCommandSuccessEvent
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrawlCommandEvent
Initiates the crawling of linked data.
|
class |
CrawlCommandFailureEvent
Indicates that the CrawlCommandEvent failed.
|
class |
CrawlCommandSuccessEvent
Indicates a successful crawl and contains the crawled dataset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrawlConnectionCommandEvent
Initiates the validation of the data of a given connection.
|
class |
CrawlConnectionCommandFailureEvent
Indicates that a ValidateConnectionCommandEvent failed.
|
class |
CrawlConnectionCommandSuccessEvent
Indicates that a ValidateConnectionCommandEvent succeeded.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectDebugCommandEvent
User: ypanchenko
Date: 26.02.2016
|
class |
DebugCommandEvent
User: ypanchenko
Date: 26.02.2016
|
class |
ErrorDebugCommandEvent
User: ypanchenko
Date: 26.02.2016
|
class |
HintDebugCommandEvent
User: ypanchenko
Date: 26.02.2016
|
class |
MessageToElizaEvent
Message to be processed by a connection-specific eliza instance.
|
class |
NeedCreatedEventForDebugConnect |
class |
NeedCreatedEventForDebugHint |
class |
OpenDebugCommandEvent
User: ypanchenko
Date: 26.02.2016
|
class |
QuietDebugCommandEvent
User: ypanchenko
Date: 26.02.2016
|
class |
SendNDebugCommandEvent
User: ypanchenko
Date: 26.02.2016
|
class |
SetCacheEagernessCommandEvent |
class |
SetChattinessDebugCommandEvent
Event to toggle chattiness.
|
class |
UsageDebugCommandEvent
User: ypanchenko
Date: 26.02.2016
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommentFacetCreatedEvent
User: LEIH-NB
Date: 05.02.14
|
class |
GroupFacetCreatedEvent
User: LEIH-NB
Date: 05.02.14
|
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryHintEvent
Event used when a hintevent is called on a factory need
|
class |
FactoryNeedCreationSkippedEvent |
class |
InitFactoryFinishedEvent |
class |
StartFactoryNeedCreationEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
ActEvent
The Act event informs listeners that the bot was asked to perform a custom action.
|
class |
ErrorEvent
Event to be published when an error occurs.
|
class |
InitializeEvent
The InitializeEvent informs listeners that the bot was asked to initialize.
|
class |
InternalWorkDoneEvent
Event indicating that the bot's work is done, for bot-internal use.
|
class |
ShutdownEvent
Informs listeners that the bot was asked to shut down.
|
class |
WorkDoneEvent
Event indicating that the bot's work is done.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FinishedEvent
Used to indicate that the specified EventListener has completed its work.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateNeedFromMailEvent
Created by fsuda on 18.10.2016.
|
class |
MailCommandEvent
Created by fsuda on 18.10.2016.
|
class |
MailReceivedEvent |
class |
SubscribeUnsubscribeEvent
Created by hfriedrich on 16.11.2016.
|
class |
WelcomeMailEvent
Created by hfriedrich on 16.11.2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MatcherRegisteredEvent |
class |
MatcherRegisterFailedEvent
Created by hfriedrich on 26.01.2017.
|
class |
NeedActivatedEventForMatcher |
class |
NeedAddedToSolrEvent |
class |
NeedCreatedEventForMatcher |
class |
NeedDeactivatedEventForMatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
CrawlDoneEvent
User: ypanchenko
Date: 23.03.2016
|
class |
CrawlReadyEvent
User: ypanchenko
Date: 23.03.2016
|
class |
MessageDispatchedEvent
User: ypanchenko
Date: 04.03.2016
|
class |
MessageDispatchStartedEvent
User: ypanchenko
Date: 04.03.2016
|
| Modifier and Type | Class and Description |
|---|---|
class |
NeedCreatedEvent |
class |
NeedDeactivatedEvent |
class |
NeedProducerExhaustedEvent
Event indicating that the bot's need producer is exhausted.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SendHelpEvent |
class |
TelegramCreateNeedEvent |
class |
TelegramMessageReceivedEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
SuccessEvent
Indicates that something worked.
|
class |
TestFailedEvent
Indicates the failure of an integration test.
|
class |
TestFinishedEvent
Base class for TestPassedEvent and TestFailedEvent.
|
class |
TestPassedEvent
Indicates that an integration test succeeded.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValidateConnectionCommandEvent
Initiates the validation of the data of a given connection.
|
class |
ValidateConnectionCommandFailureEvent
Indicates that a ValidateConnectionCommandEvent failed.
|
class |
ValidateConnectionCommandSuccessEvent
Indicates that a ValidateConnectionCommandEvent succeeded.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloseFromOtherNeedEvent |
class |
ConnectFromOtherNeedEvent |
class |
DeliveryResponseEvent
Event published whenever a WonMessage is received that indicates the failure of a previous message.
|
class |
FailureResponseEvent
Event published whenever a WonMessage is received that indicates the failure of a previous message.
|
class |
HintFromMatcherEvent |
class |
MessageFromOtherNeedEvent |
class |
MessageSpecificEvent
User: ypanchenko
Date: 04.03.2016
|
class |
OpenFromOtherNeedEvent |
class |
SuccessResponseEvent
Event published whenever a WonMessage is received that indicates the failure of a previous message.
|
class |
WonMessageReceivedOnConnectionEvent
Base class for all events that signal an incoming WonMessage (but not a Success/FailureResponse).
|
class |
WonMessageSentEvent
Created by fkleedorfer on 14.06.2016.
|
class |
WonMessageSentOnConnectionEvent
Created by fkleedorfer on 14.06.2016.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventFilter.accept(Event event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommandResultFilter.accept(Event event) |
boolean |
NotFilter.accept(Event event) |
boolean |
OriginalMessageUriResponseEventFilter.accept(Event event) |
boolean |
AndFilter.accept(Event event) |
boolean |
AcceptNTimesFilter.accept(Event event) |
boolean |
OriginalMessageUriRemoteResponseEventFilter.accept(Event event) |
boolean |
SameEventFilter.accept(Event event) |
boolean |
TargetCounterFilter.accept(Event event) |
boolean |
AbstractNamedUriListFilter.accept(Event event) |
boolean |
AcceptAllEventsFilter.accept(Event event) |
boolean |
ConnectionUriEventFilter.accept(Event event) |
boolean |
OrFilter.accept(Event event) |
boolean |
FinishedEventFilter.accept(Event event) |
boolean |
NeedUriEventFilter.accept(Event event) |
static ConnectionUriEventFilter |
ConnectionUriEventFilter.forEvent(Event event)
Factory method for creating a filter from an event by using its connection URI.
|
static NeedUriEventFilter |
NeedUriEventFilter.forEvent(Event event)
Factory method for creating a filter from an event by using its need URI.
|
protected java.net.URI |
ConnectionUriInNamedListFilter.getURIFromEvent(Event event) |
protected abstract java.net.URI |
AbstractNamedUriListFilter.getURIFromEvent(Event event) |
protected java.net.URI |
NeedUriInNamedListFilter.getURIFromEvent(Event event) |
| Constructor and Description |
|---|
SameEventFilter(Event onlyAcceptableEvent) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Event> |
SubscriptionAware.onSubscribe(java.lang.Class<T> event) |
<T extends Event> |
SubscriptionAware.onUnsubscribe(java.lang.Class<T> event) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractDoOnceAfterNEventsListener.doOnce(Event event) |
void |
AbstractFinishingListener.doOnEvent(Event event) |
protected abstract void |
BaseEventListener.doOnEvent(Event event) |
void |
AbstractDoOnceAfterNEventsListener.doOnEvent(Event event) |
void |
AbstractHandleFirstNEventsListener.doOnEvent(Event event) |
protected abstract void |
AbstractFinishingListener.handleEvent(Event event) |
protected abstract void |
AbstractHandleFirstNEventsListener.handleFirstNTimes(Event event)
Implementation handle the event here.
|
void |
EventListener.onEvent(Event event) |
void |
NopEventListener.onEvent(Event event) |
void |
BaseEventListener.onEvent(Event event) |
protected boolean |
BaseEventListener.shouldHandleEvent(Event event)
Determines whether the given event should be processed or ignored.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BATestScriptListener.handleEvent(Event event) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecondPhaseStartedEvent
Event for signalling that the second phase in the Business Activity with atomic outcome has started.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PublishEventAfterNEventsListener<T extends Event>
EventListener that counts the events it is subscribed for and after having
seen a specified number of events, publishes a specified event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActionOnceAfterNEventsListener.doOnce(Event event) |
protected void |
WaitForNEventsListener.doOnce(Event event) |
void |
PublishEventAfterNEventsListener.doOnEvent(Event event) |
void |
AutomaticBAMessageResponderListener.doOnEvent(Event event) |
void |
ActionOnEventListener.doOnEvent(Event event) |
protected void |
AutomaticMonitoredMessageResponderListener.handleFirstNTimes(Event event) |
protected void |
ActionOnFirstNEventsListener.handleFirstNTimes(Event event) |
protected void |
AutomaticMessageResponderListener.handleFirstNTimes(Event event) |
Copyright © 2018. All Rights Reserved.