org.jboss.arquillian.core.impl
Class EventPointImpl

java.lang.Object
  extended by org.jboss.arquillian.core.impl.EventPointImpl
All Implemented Interfaces:
EventPoint, Typed

public class EventPointImpl
extends Object
implements EventPoint

EventPointImpl

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 Type getType()
           
static EventPointImpl of(Object target, Field field)
           
 void set(Event<?> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static EventPointImpl of(Object target,
                                Field field)

getType

public Type getType()
Specified by:
getType in interface Typed

set

public void set(Event<?> value)
         throws InvocationException
Specified by:
set in interface EventPoint
Throws:
InvocationException


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