Interface IRenderer
- All Known Subinterfaces:
INavigator
public interface IRenderer
- Author:
- vlygeros
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The method to implement while using a specific renderer.
-
Method Details
-
doRender
The method to implement while using a specific renderer.- Parameters:
ec
- The execution context.- Throws:
IOException
- The default exception.
-