org.apache.hadoop.yarn.event
Interface EventHandler<T extends Event>

Type Parameters:
T - parameterized event of type T

@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface EventHandler<T extends Event>

Interface for handling events of type T


Method Summary
 void handle(T event)
           
 

Method Detail

handle

void handle(T event)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.