Interface CommonEventHandler<T>
-
- Type Parameters:
T
- type of the event to handle.
- All Superinterfaces:
org.apache.reef.wake.EventHandler<T>
- All Known Subinterfaces:
CompilerEventHandler<T>
,RuntimeEventHandler<T>
public interface CommonEventHandler<T> extends org.apache.reef.wake.EventHandler<T>
Class for handling common events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>
getEventClass()
fetches the class of the event.
-
-
-
Method Detail
-
getEventClass
java.lang.Class<T> getEventClass()
fetches the class of the event.- Returns:
- the class of the event.
-
-