Interface PlanAuditObserver

All Known Implementing Classes:
PlanAuditObserverStack, PlanAuditPersistObserver

public interface PlanAuditObserver
在审核的时候Observer的notifyBegin先执行
然后是Listener
然后是Observer的notifyEnd
  • Method Details

    • notifyStart

      void notifyStart()
    • notifyBegin

      boolean notifyBegin(AuditPlanContext context, int index)
    • notifyEnd

      void notifyEnd(AuditPlanContext context, int index)
    • finish

      void finish()