org.jboss.arquillian.core.impl
Class EventImpl<T>

java.lang.Object
  extended by org.jboss.arquillian.core.impl.EventImpl<T>
All Implemented Interfaces:
Event<T>

public class EventImpl<T>
extends Object
implements Event<T>

EventImpl

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 void fire(T event)
           
 Class<?> getType()
           
static
<X> EventImpl<X>
of(Class<X> type, Manager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static <X> EventImpl<X> of(Class<X> type,
                                  Manager manager)

getType

public Class<?> getType()

fire

public void fire(T event)
Specified by:
fire in interface Event<T>


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