org.jboss.arquillian.spi.event.suite
Interface EventHandler<T>

Type Parameters:
X - The Context
T - The Event

public interface EventHandler<T>

EventHandler

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 void callback(Context context, T event)
           
 

Method Detail

callback

void callback(Context context,
              T event)
              throws Exception
Parameters:
context -
event -
Throws:
Exception


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.