Class XPathUpdateSubscriber

    • Constructor Detail

      • XPathUpdateSubscriber

        public XPathUpdateSubscriber​(DesignerRoot root)
    • Method Detail

      • init

        public org.reactfx.Subscription init​(ASTManager astManager)
      • handleNoXPath

        public abstract void handleNoXPath()
      • handleNoCompilationUnit

        public abstract void handleNoCompilationUnit()
      • handleXPathSuccess

        public abstract void handleXPathSuccess​(List<net.sourceforge.pmd.lang.ast.Node> results)
      • handleXPathError

        public abstract void handleXPathError​(Exception e)
      • unsubscribe

        public void unsubscribe()