public void removeEventListener(AgendaEventListener listener) {
commandService.execute( new RemoveEventListenerCommand( listener ) );
}
public void addEventListener(ProcessEventListener listener) {
commandService.execute( new AddEventListenerCommand( listener ) );
}