528529530531532533534535
} public void activationCreated(ActivationCreatedEvent event, WorkingMemory workingMemory) { listener.activationCreated( new ActivationCreatedEventImpl( event.getActivation(), ((InternalWorkingMemory) workingMemory).getKnowledgeRuntime() ) ); }
638639640641642643644645
625626627628629630631632
435436437438439440441442
} public void activationCreated(ActivationCreatedEvent event, WorkingMemory workingMemory) { listener.activationCreated( new ActivationCreatedEventImpl( event.getActivation(), ((InternalWorkingMemory)workingMemory).getKnowledgeRuntime() ) ); }
616617618619620621622623
640641642643644645646647
612613614615616617618619
575576577578579580581582
644645646647648649650651
} public void activationCreated(ActivationCreatedEvent event, WorkingMemory workingMemory) { listener.matchCreated(new ActivationCreatedEventImpl(event.getActivation(), ((InternalWorkingMemory) workingMemory).getKnowledgeRuntime())); }
626627628629630631632633