org.jboss.errai.common.client.util
Class AsyncBeanFactory
java.lang.Object
org.jboss.errai.common.client.util.AsyncBeanFactory
public class AsyncBeanFactory
- extends Object
Dispatches a created bean via a callback.
- Author:
- eric.wittmann@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncBeanFactory
public AsyncBeanFactory()
createBean
public static final void createBean(Object bean,
CreationalCallback callback)
- Deliver/dispatch the new bean instance asynchronously.
- Parameters:
bean
- callback
-
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.