Update listener how to check which task property gets updated ? such as assignee, candidateUser, candidatGroup

@EventListener(condition="#taskDelegate.eventName=='update'")
  public void onTaskEvent(DelegateTask taskDelegate) {
  // handle task event fired by create of task_confirm task
  }