Package com.softwaremining.ui
Interface ScreenHandler
public interface ScreenHandler
Common interface, introduced for ScreenDefHandler expandability.
If ScreenDefHandler should be extended for parsing additional nested
elements within tag, implementations of this interface
should be registered through it's addScreenHandler() method.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ScreenDefinition screenDefinition, Element element)
-
Method Details
-
handle
-