Interface AlternativeHandler
-
- All Known Implementing Classes:
NPrintAlternativeHandler
,PerformanceAlternativeHandler
public interface AlternativeHandler
An Alternative handler is responsible for handling Alternative instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(Alternative alt)
-
-
-
Method Detail
-
handle
void handle(Alternative alt) throws Exception
- Throws:
Exception
-
-