Errai 3.0.1-SNAPSHOT

org.jboss.errai.enterprise.client.cdi.events
Class BusReadyEvent

java.lang.Object
  extended by org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent

public class BusReadyEvent
extends Object

An event that is fired locally on the client after the ErraiBus has completed federation with the server. All remote (server-side) CDI services are known before this event is fired.

Usage note: methods annotated with AfterInitialization are also called after remote service discovery, and these methods are often an easier way of arranging for client-side startup code to execute.

Author:
Mike Brock .

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

Constructor Detail

BusReadyEvent

public BusReadyEvent()

Errai 3.0.1-SNAPSHOT

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