public void addEventListener(WorkingMemoryEventListener listener) {
commandService.execute( new AddEventListenerCommand( listener ) );
}
public void addEventListener(AgendaEventListener listener) {
commandService.execute( new AddEventListenerCommand( listener ) );
}