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