Package org.praxislive.ide.project.spi
Interface ElementHandler
- All Known Subinterfaces:
FileHandler,LineHandler
public interface ElementHandler
A base handler for execution elements.
-
Method Summary
-
Method Details
-
process
Process the element.- Parameters:
callback- response callback- Throws:
Exception
-
warnings
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.- Returns:
- list of warnings
-