709710711712713714715716
workingMemory ) ); } public void beforeRuleFlowStarted(RuleFlowStartedEvent event, WorkingMemory workingMemory) { listener.beforeProcessStarted( new ProcessStartedEventImpl( event, workingMemory ) ); }
741742743744745746747748
workingMemory ) ); } public void afterRuleFlowStarted(RuleFlowStartedEvent event, WorkingMemory workingMemory) { listener.afterProcessStarted( new ProcessStartedEventImpl( event, workingMemory ) ); }
555556557558559560561562
587588589590591592593594
517518519520521522523524
549550551552553554555556
680681682683684685686687
712713714715716717718719