public interface WidgetTemplateRulesEngine
| Modifier and Type | Method and Description |
|---|---|
RuleEngineResult |
forwardSocketEvent(Widget targetWidget,
String targetSocketId,
WidgetInstance sourceInstance,
String sourceSocketId)
Selects target widget instance(s) for the incoming event.
|
RuleEngineResult |
handleOutcomingEvent(WidgetInstance sourceInstance,
String sourceSocketId)
Executes additional logic on an outgoing event according to rules - e.g.
|
RuleEngineResult forwardSocketEvent(Widget targetWidget, String targetSocketId, WidgetInstance sourceInstance, String sourceSocketId)
targetWidget - target widget for the incoming eventtargetSocketId - socket ID of the target widget the even is sent tosourceInstance - source of the eventsourceSocketId - socket ID of the source widget the event is sent fromRuleEngineResult handleOutcomingEvent(WidgetInstance sourceInstance, String sourceSocketId)
sourceInstance - source widget of the outgoing eventsourceSocketId - the socket ID the event is sent fromCopyright © 2018. All rights reserved.