Package org.teavm.vm.spi
Interface RendererListener
-
- All Known Implementing Classes:
AbstractRendererListener
public interface RendererListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbegin(RenderingManager context, BuildTarget buildTarget)voidcomplete()
-
-
-
Method Detail
-
begin
void begin(RenderingManager context, BuildTarget buildTarget) throws IOException
- Throws:
IOException
-
complete
void complete() throws IOException- Throws:
IOException
-
-