org.apache.hadoop.hbase.executor
Interface EventHandler.EventHandlerListener

Enclosing class:
EventHandler

public static interface EventHandler.EventHandlerListener

This interface provides pre- and post-process hooks for events.


Method Summary
 void afterProcess(EventHandler event)
          Called after any event is processed
 void beforeProcess(EventHandler event)
          Called before any event is processed
 

Method Detail

beforeProcess

void beforeProcess(EventHandler event)
Called before any event is processed

Parameters:
event - The event handler whose process method is about to be called.

afterProcess

void afterProcess(EventHandler event)
Called after any event is processed

Parameters:
event - The event handler whose process method is about to be called.


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.