629630631632633634635636
} public void activationCreated(ActivationCreatedEvent event, WorkingMemory workingMemory) { listener.activationCreated( new ActivationCreatedEventImpl( event.getActivation(), ((InternalWorkingMemory) workingMemory).getKnowledgeRuntime() ) ); }
625626627628629630631632
636637638639640641642643