Errai 3.0.1-SNAPSHOT

org.jboss.errai.common.client.util
Class AsyncBeanFactory

java.lang.Object
  extended by org.jboss.errai.common.client.util.AsyncBeanFactory

public class AsyncBeanFactory
extends Object

Dispatches a created bean via a callback.

Author:
eric.wittmann@redhat.com

Constructor Summary
AsyncBeanFactory()
           
 
Method Summary
static void createBean(Object bean, CreationalCallback callback)
          Deliver/dispatch the new bean instance asynchronously.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncBeanFactory

public AsyncBeanFactory()
Method Detail

createBean

public static final void createBean(Object bean,
                                    CreationalCallback callback)
Deliver/dispatch the new bean instance asynchronously.

Parameters:
bean -
callback -

Errai 3.0.1-SNAPSHOT

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