public AgendaEventListenerAdapter(AgendaEventListener delegate) {
this.delegate = delegate;
}
public void matchCreated(final MatchCreatedEvent event) {
delegate.activationCreated(new ActivationCreatedEvent() {
public Activation getActivation() {
return new ActivationAdapter(event.getMatch());
}
public KnowledgeRuntime getKnowledgeRuntime() {