Class PXRFileHandler

java.lang.Object
org.praxislive.ide.pxr.PXRFileHandler
All Implemented Interfaces:
ElementHandler, FileHandler

public class PXRFileHandler extends Object implements FileHandler
  • Constructor Details

  • Method Details

    • process

      public void process(Callback callback) throws Exception
      Description copied from interface: ElementHandler
      Process the element.
      Specified by:
      process in interface ElementHandler
      Parameters:
      callback - response callback
      Throws:
      Exception
    • warnings

      public List<String> warnings()
      Description copied from interface: ElementHandler
      List of any warning messages generated during process of this handler. There may be warnings whether the process results in a complete or error response callback.
      Specified by:
      warnings in interface ElementHandler
      Returns:
      list of warnings