Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.client.lifecycle.impl
Class CreationImpl<T>

java.lang.Object
  extended by org.jboss.errai.ioc.client.lifecycle.impl.LifecycleEventImpl<T>
      extended by org.jboss.errai.ioc.client.lifecycle.impl.CreationImpl<T>
All Implemented Interfaces:
Creation<T>, LifecycleEvent<T>

@Dependent
public class CreationImpl<T>
extends LifecycleEventImpl<T>
implements Creation<T>


Constructor Summary
CreationImpl()
           
 
Method Summary
 Class<?> getEventType()
          This must return the interface of the event it represents (i.e.
 
Methods inherited from class org.jboss.errai.ioc.client.lifecycle.impl.LifecycleEventImpl
fireAsync, fireAsync, getInstance, veto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.errai.ioc.client.lifecycle.api.LifecycleEvent
fireAsync, fireAsync, getInstance, veto
 

Constructor Detail

CreationImpl

public CreationImpl()
Method Detail

getEventType

public Class<?> getEventType()
Description copied from class: LifecycleEventImpl
This must return the interface of the event it represents (i.e. Access rather than AccessImpl).

Specified by:
getEventType in class LifecycleEventImpl<T>

Errai 3.0.1-SNAPSHOT

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