org.jboss.arquillian.core.impl
Class EventImpl<T>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.