Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.support.bus.client
Class BatchCallerProvider

java.lang.Object
  extended by org.jboss.errai.ioc.support.bus.client.BatchCallerProvider
All Implemented Interfaces:
javax.inject.Provider<BatchCaller>

@Singleton
public class BatchCallerProvider
extends Object
implements javax.inject.Provider<BatchCaller>

IOCProvider to make BatchCaller instances injectable.

Author:
Christian Sadilek

Constructor Summary
BatchCallerProvider()
           
 
Method Summary
 BatchCaller get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchCallerProvider

public BatchCallerProvider()
Method Detail

get

public BatchCaller get()
Specified by:
get in interface javax.inject.Provider<BatchCaller>

Errai 3.0.1-SNAPSHOT

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