Interface CompilerEventHandler<T extends CompilerEvent>
-
- Type Parameters:
T
- type of the compiler event to handle.
- All Superinterfaces:
CommonEventHandler<T>
,org.apache.reef.wake.EventHandler<T>
public interface CompilerEventHandler<T extends CompilerEvent> extends CommonEventHandler<T>
Class for handling events sent from Compiler.
-
-
Method Summary
-
Methods inherited from interface org.apache.nemo.common.eventhandler.CommonEventHandler
getEventClass
-
-